Introduction To Java Programming

Anoj Dangampola
Jun 17, 2024

--

Full-fledged application programming language.A pure Object Oriented programming language.Compiled to the processor-neutral instruction set and then interpreted on each supporting platform.

Why is called a processor-neutral instruction?

java language compiled and interpreted language. java source code after compile it makes java byte code it’s called java. class file. this file can all run in any JVM environment. This is because Java is a hybrid language.
ex- Linux, windows, Mac

--

--