Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Learning Java
Name: bugpc Date: October 2, 2006 at 17:25:10 Pacific
Comment:
Hello everyone. Does anyone here know a good source for learning java? I would like to start building java applications and / or server side applications. Any help would be most appreciated.
Summary: Hi folks, I shall start my first lesson to learn Java. I found following sites/tutorials; Tutorial (search) http://onesearch.sun.com/search/one...ial&uid=6910019 Java Tutorial http://java.sun.com/docs...
Summary: One entire book that is free and downloadable is Thinking in Java by Bruce Eckel... but I'd do the tutorials first. Another newer book (although not entirely free) is Head First Java (O'Reilly). The...
Summary: I’ve installed JDK1.1.3. I made java application on notepad name HelloWorld.java. Tried to compile with this “javac HelloWorld.java”. Error appeared “can’t read HelloWorld.java”. Actually ...