Tech Master Tutorials
Email Facebook Google LinkedIn Pinterest Twitter
Home Java Java 8 Java Interview Questions Java8 Interview Questions Object Oriented Programming in Java JVM Java Programming

Features

  • Platform Independent: JVM providesWrite once run anywhere capability to Java.
  • Simple and easy use: Java contains many elements from C/C++.
  • Object Oriented
  • Multi Threaded
  • Portable
  • Secure: Code verifier, No pointers and various other security features.
  • Robust: Garbage collection, Run time error checking (Exception Handling), API which contains a number of utility classes.