helraizer Posted December 6, 2007 Share Posted December 6, 2007 Hi folks, For a university course that I am planning on doing, part of the course entails Java programming; I don't need to be fluent in it by then (if I was, they'd have nothing to teach me... ) but I am looking for tutorials. Can anyone recommend any in particular? Sam Quote Link to comment https://forums.phpfreaks.com/topic/80448-java-wheres-best-to-start/ Share on other sites More sharing options...
Crew-Portal Posted December 6, 2007 Share Posted December 6, 2007 GOOGLE it has one reason. To teach and to take over the world (Scratch The last one!) Quote Link to comment https://forums.phpfreaks.com/topic/80448-java-wheres-best-to-start/#findComment-408376 Share on other sites More sharing options...
helraizer Posted December 7, 2007 Author Share Posted December 7, 2007 GOOGLE it has one reason. To teach and to take over the world (Scratch The last one!) Yes. ¬_¬ I did use google but there are so many different tutorials, not all of them can be the best. I was wondering if yourself or anyone has any in particular that are good? Sam Quote Link to comment https://forums.phpfreaks.com/topic/80448-java-wheres-best-to-start/#findComment-408836 Share on other sites More sharing options...
Crew-Portal Posted December 7, 2007 Share Posted December 7, 2007 GOOGLE it has one reason. To teach and to take over the world (Scratch The last one!) Yes. ¬_¬ I did use google but there are so many different tutorials, not all of them can be the best. I was wondering if yourself or anyone has any in particular that are good? Sam Sorry it was late when I posted that and I wasnt really thinking about what you need. Anywys im not a Java programmer, but these look pretty good to me? http://www.tutorialized.com/tutorials/Java/1 Quote Link to comment https://forums.phpfreaks.com/topic/80448-java-wheres-best-to-start/#findComment-409351 Share on other sites More sharing options...
rxbanditboy1112 Posted December 14, 2007 Share Posted December 14, 2007 To be honest. Download the java api, and start programming. Try starting a typical hello world program in the console, then try a typical hello world with their gui tools. Then think about what you could possibly do with this kinda stuff and try to make a small little program like a mini membership system or something that works with an array of objects of type member or something. Then i would look into the difference with java such as how their inheritance stuff works.... Their inheritance features are the biggest difference from other languages. Also check out info on how to make javadoc, i think that is really useful. Especially in trying to create some tools for someone else to use. It takes documentation to a whole other level and makes things alot easier! Just a warning.... If you don't want to mess with an ide yet (it may take a long time to figure the IDE out) try using the Textpad editor. It works with java. You can compile and do all those kinda of things in it, but there is no debugger. Next you may want to try eclipse. I don't know about other IDEs for java. I really hope they have or make something as easy as visual studios for c#. Quote Link to comment https://forums.phpfreaks.com/topic/80448-java-wheres-best-to-start/#findComment-414725 Share on other sites More sharing options...
shlumph Posted December 22, 2007 Share Posted December 22, 2007 Java.sun.com is AWESOME for java developers Their tutorials are really good: http://java.sun.com/docs/books/tutorial/ Use the API religously: http://java.sun.com/j2se/1.5.0/docs/api/ Quote Link to comment https://forums.phpfreaks.com/topic/80448-java-wheres-best-to-start/#findComment-420997 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.