Java learning

India
October 29, 2006 11:14pm CST
i want to learn java
3 responses
@251984 (291)
• Philippines
30 Oct 06
java is not a difficult language to learn, all you have to do is have a little patience and hard work. start from creating the classic "hello world" example and move up from there. Also I recommend the eclipse IDE as it is very helpful.
1 person likes this
• India
30 Oct 06
WELL MY FRIENDS I CAN TEACH YOU JAVA FIRST THING FIRST DOWNLOAD JDK FROM JAVA.SUN.COM WRITE CLASS MY { PUBLIC STATIC VOID MAIN(Strings[] args) { System.out.println("hello); } } save it as MY.java then go to bin folderof your java it is in c:\program files\java \jdk\bin run as javac MY.java java MY hello will be your result
@Syam4u (307)
• India
30 Oct 06
all the best man..
@oresal (1350)
• El Salvador
30 Oct 06
Me too, but its really difficult