Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Java Learning Path

Status
Not open for further replies.

423maggi297

Programmer
Sep 1, 2011
1
0
0
US
HI

Am a Database developer, interedted in learning Java
Starting with core but for complete application development can someone provide me the order i need to go through


Thanks in advance

 
My first advice is that in database design (ERD) the references are directed from the "Foreign key" towards the "Primary key".

In Java program design (O-O) the navigation is reversed, so that such one-to-many relations are accessed by calls on the elements of a collection from the object that aggregates them.

Beware, there are no "objects" in database design (only entries recorded in relational tables). The philosophy of data records doesn't allow for real entities - there are only the attributes.

Keep on with Java, in which objects can send messages to each other just as actual entities do - in the real world,

Regards, Jim.

 
Hi again Maggie,

Last year I was tutoring students who had the same problem.
Ticking the email notification box,

Jim.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top