Skip to content
Aparna edited this page Aug 13, 2017 · 8 revisions

What is Java?


  • Platform independent language
  • Imperative and object-oriented language
  • Simple
  • Robust and secure language

Java is a compiled and interpreted language that is simple, strongly typed and case sensitive.


Features of Java


  • It has inbuilt garbage collection functionality
  • No pointers
  • Multi-Threading
  • Auto type checking
Clone this wiki locally