Click to See Complete Forum and Search --> : Guide me as i am beginner to java
prasannavenkat
09-19-2008, 12:16 PM
I have chosen my field on java world .. Just let me know how to start reading java from the ground up(like core java,, jsp.. etc) .. Please let me know the recommended websites /videos which is available through online.
XhiZor
09-21-2008, 11:12 AM
Rather than viewing videos and causing eye pain please refer e-books.
Tons of e-books are available at torrent webistes you can download then.
I Prefer Wiley & o'reilly publication e-books.
To start java programming you will need an interpreter that installation steps will be given in ebooks
You have to compile a file which is named as .java which then produce .class when compiled.In that java file there a java language code the compiler converts and interpreter converts that code in machine readable code which then produce .class file.
Java is extensible language,c programmers can learn it more fastly if you have'nt completed c language then my suggestion would be that "First learn C".
Within minutes you will be familiar with java
And yes BEST OF LUCK!