Computers & Internet

Did You Know These Top 9+ Interesting Facts About Java Programming Language?

Did You Know These Top 9+ Interesting Facts About Java Programming Language?
Spread the love
  1. Java is a general purpose programming language. It’s a high-level, class-based, object-oriented programming language.
  2. Java was designed to have as few implementation dependencies as possible.
  3. The intention behind Java programming language was to allow developers code write once, run anywhere (WORA).
  4. Java’s write once, run anywhere (WORA) concept intends that compiled java code can run on any device that supports Java. There is no need to recompile the code again.
  5. The compiled Java code is known as bytecode.
  6. Java files use the .java extension for source files.
  7. Compiled Java files use .class extension to denote the compiled Java code The compiled Java program is known as bytecode.
  8. The bytecode has the ability to run on any JVM (Java Virtual Machine) irrespective of the computer architecture.
  9. Java runtime provides exceptional features such as reflection or runtime code manipulation. These capabilities are not available in traditional compiled languages.