Java Basics

Java
  • Java is a high level programming language.
  • Java files are having .java extension.
Platform independent language
  • Java compiler converts .java file to .class file (bytecode).
  • JVM (Java Virtual Machines) are available for each operating systems, which converts bytecode to machine code.

No comments:

 Python Basics How to check the version of Python interpreter mac terminal

Popular in last 30 days