Java
Title
Question
How java is installed
Why java is used
Types of java
Java Getting-started-java-Installation 01-02 min 20-30 sec
Answers:
Go to the official site: Oracle JDK or OpenJDK
Download the latest version for your OS (Windows/Linux/Mac)
Open the downloaded file
Follow installation steps (Next → Install → Finish)
Set JAVA_HOME to JDK folder path
Example: C:\Program Files\Java\jdk-21
Add bin folder to Path variable
Open Command Prompt / Terminal
java -version
javac -version
Platform Independent
Object-Oriented
Secure
Robust & Reliable
Multithreading Support
Large Ecosystem
Java SE
JavaFX
Java ME
Java EE

Login to add comment