What is the difference between jdk, jre, and jvm?
Answer / Vipin Kumar Gupta
"Java Development Kit (JDK) is a software development environment used for developing Java applications. It includes the Java Runtime Environment (JRE), which provides the runtime environment needed to execute Java programs, along with tools such as compilers and debuggers. The Java Virtual Machine (JVM) is an abstract machine that allows execution of Java bytecode."
| Is This Answer Correct ? | 0 Yes | 0 No |
Why java is free from garbage values??
Can a static block throw exception?
In how many ways we can do synchronization in java?
How variables are declared?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
What are scalar data types?
What is a dynamic array in java?
What are the four corner stones of oop?
Can java run on google chrome?
How is treeset implemented in java?
Difference between character constant and string constant in java ?
What is replacefirst in java?