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 does regex mean?
Explain about anonymous inner classes in java?
What is bytecode verifier?
What is generic type?
Is string a keyword in java?
How do you find the absolute value?
What is the arguement of main method?
What do you mean by formatting?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
What is the use of parseint in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is java util hashmap?