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 is an array and a vector? How they different from each other?
Is java jre still free?
C and C++ has constructors and distructors, why does Java does not have distructors?
What is the full form of jpeg?
. Explain Java String Pool.
Does java runtime require a license?
Why does java not support operator overloading?
What is the base class for error and exception?
write a class to input 2 points by the user & check the line maked by the points is horizontal,vertical or rectangle?
What is files manifesting?
What is an exception?
Explain final, finalize() and finally?