Java - Introduction

18-Sep-2024

Learn the basics of Java programming, its history, and its features

Java is a high-level, object-oriented programming. Java was created by Sun Microsystems and released in 1995.


Java Key Features :

=> Object Oriented 
=> Platform Independent 
=> Multi Threaded 
=> High Performance 



Java Development Kit (JDK) 

JDK includes the Following components :
=> Java Virtual Machine (JRE)
=> Java Compiler(javac)
=> Java Debugger (jdb)
=> JavaDoc

Comments