Java learning
By hafizsafi
@hafizsafi (1)
India
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.
@mastinder (2)
• 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



