Java
Java
1. Full form:-
IDE – integrated development environment
API – application program interface
JRE – java runtime environment
JVM – java virtual machine
JDK – java development kit
WORA -- write once run anywhere
2. Define the term: - byte code, source code, interpreter, compiler, token, keyword, identifier, literals, operator (unary,
binary, ternary), break, continue, return, exit control and entry control loop, symbolic constant, conditional operator.
3. What is the need of jvm? – Jvm compiles the java program and converts it to byte code. This byte code can be
translated to machine specific code.