Java Learning Path
Java Learning Path
(OP)
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
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
RE: Java Learning Path
You can have a look at these or try a search with "learning" in the forum:
http://www.tek-tips.com/viewthread.cfm?qid=1418184
http://www.tek-tips.com/viewthread.cfm?qid=1493048
Cheers,
Dian
RE: Java Learning Path
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.
RE: Java Learning Path
Last year I was tutoring students who had the same problem.
Ticking the email notification box,
Jim.