damoon 0 Report post Posted September 28, 2009 Please................ i want to learn JAVA programming and i dont know where to start from.... i already know PHP, HTML very well but i just wanna learn JAVA..... can anyone put me through? Share this post Link to post Share on other sites
manish-mohania 0 Report post Posted September 28, 2009 Please................ i want to learn JAVA programming and i dont know where to start from.... i already know PHP, HTML very well but i just wanna learn JAVA..... can anyone put me through?Since, you know PHP, HTML, it will be a breeze for you to learn java :you can start with online sun java tutorials: http://docs.oracle.com/javase/tutorial/I think you want to know web development in java, so you will want to know JSP, Servlets.and of-course bring your queries here while learning java Share this post Link to post Share on other sites
damoon 0 Report post Posted September 28, 2009 am more interested in web programming like JSP...... Share this post Link to post Share on other sites
nooc9 0 Report post Posted September 28, 2009 First, go over the language basics at http://docs.oracle.com/javase/tutorial/java/index.html and then write a handful of console programs starting with a "hello world", then moving towards increasingly challenging exercises. When you think you have mastered the basics, you can move on and start learning the web specific parts without getting stuck with basic things. Share this post Link to post Share on other sites
damoon 0 Report post Posted October 2, 2009 alright ... cool Share this post Link to post Share on other sites
T X 0 Report post Posted March 27, 2010 http://docs.oracle.com/javase/tutorial/reallybigindex.html This has pretty much everything from A to Z in Java. Good luck. Share this post Link to post Share on other sites
Rigaudon 0 Report post Posted April 6, 2010 Java is all object-oriented. I suggest you learn object-oriented programming with PHP first, if you haven't already, before moving on to Java. You might also want to learn a bit of JavaScript, since they have some of the same built-in classes, such as Math. In any case, Java is extremely difficult if you don't know OOP. Share this post Link to post Share on other sites
akira550 0 Report post Posted June 29, 2010 there are a lot of ebook online, you just have to google it there is one "Java in 21 days" try it or there are so many tutorials in the youtube, easy and nice Share this post Link to post Share on other sites