Posts

Showing posts with the label java2

How To Compile And Run Java Programme Using Command Prompt

Image
    How To Compile And Run Java Programme Using Command Prompt   First of all you should install JDK (Java Development Kit) to your computer.   What is command prompt? In windows O/S , it is a programme that emulates the input field in a text – based user interface screen with the windows GUI. It can be used to execute entered commands and perform advanced administrative functions. Types of commands Internal commands Cls       - clear screen Mkdir - make a folder Rmdir   - remove a folder Dir       - how the list of files and folders in current directory C: or D:    - change partitions cd..         - go to parent directory cd folder name    -  go to child directory rename currentFolderName newFoderName   - change  folder name d:\workingDirectory>FirstCode.java - enter path to open a file or fol...