Java Installation on Windows System
To learn Java Technology you don’t need any other programming language to learn first.
Best feature of Java Technology
- Simple
- Pure Object Oriented
- Platform Independent
- Portable
- Dynamic
- Secure
- Distributed and High Performance
Ready your system for Java
- Download latest JDK. Click here to download
- Install JDK.
- Set Path : go to bin folder of installed java directory, copy the path and add into your system’s environments variable.
4. Now you can test that jdk is installed in you system or not. Open command prompt Type javac command and press enter. If java description is showing means YOU ARE DONE.
Comments
Post a Comment