JAva Programming...........!!

very simple ...
  1. first install Java Development Kit "Java SE Downloads"
  2. set environment path.
  3. open notepad or textpad or any editor (if you are new programmer you should use notepad or textpad)
  4. open command prompt
  5. go to your folder using Command Prompt (e.g. C:/JavaProject/)
  6. write command javac abc.java
  7. enter
  8. write command java abc.java
  9. you can see the result
 
Back
Top