Originally Posted by superroach
|
I want to learn java,and I have never learn computer programming
who can tell me how to start?
I brought
|
Buy yourself a beginners textbook on Java.
Install a Java IDE, e.g. Netbeans or Eclipse. There is also an environment that is good for learning, called BlueJ. All these are freely available as downloads.
Read the book and practice coding yourself, starting with a simple "hello world" program.
If you get stuck, post your code here together with an explanation of errors and what you are trying to achieve.