WHAT IS JDK,JVM,CLASS DEFINE ALL?
Answers were Sorted based on User's Feedback
Answer / vamsi
jdk:java devlopement Kit
jvm:java verchuval machine
class:class is model for creating objects,it is a physically
not exist in the world
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ranjith
class is nothing but set of objects or blueprint of an object
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the two ways you can synchronize a block of code?
Why string is not a wrapper class?
In what types of operations an ArithmeticException will be thrown?
How to convert a string to long?
What are the principle concepts of oops?
What does opcode mean?
Can we serialize static variables in java?
Do we have pointers in java?
What is a instance variable?
How to instantiate static nested classes in java?
what are the application of compiler and interpreter for source program
List methods available in Java Queue interface