What are JVM.JRE, J2EE, JNI?
Answer / Shobhit Soni
"JVM (Java Virtual Machine) is a software that provides the runtime environment for executing Java programs. JRE (Java Runtime Environment) is a package that contains the JVM along with other components like Java Class Libraries and tools needed to run an applet or application written in Java. J2EE (Java 2 Enterprise Edition) is a set of API's, tools, and specifications for developing enterprise-scale applications in Java. JNI (Java Native Interface) is a technology that allows Java code to call and be called by functions written in other programming languages like C or C++"
| Is This Answer Correct ? | 0 Yes | 0 No |
What is finally block?
Can you make an instance of an abstract class?
Different types of modifiers?
Why put method is idempotent?
What is mutable object and immutable object?
What are the advantages of java inner classes?
Can you override a private or static method in java?
What is classes in java?
What is the difference between Java1.4 and Java1.5
Can i have abstract class with no abstract methods?
What is the final blank variable?
What does this mean java?