Java Introduction || What Is Java || History Of Java

Опубликовано: 15 Октябрь 2024
на канале: ERNICAL RAFIYA
104
2

WHAT IS JAVA :
Java is :
1. Programming Language : Java is a High Level Programming Language.
It derives much of its syntax from C and C++, but it has fewer low-level
facilities than either of them.


2. Platform : Java is a Platform because it has its own runtime environment
that is JVM (Java Virtual Machine). JVM provides a platform which
accepts the byte code and executes on the machine.