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 early binding and late binding in java?
What is a void in java?
What is the best definition for data?
How will you reverse a link list without using recursion?
What is methodological theory?
which class to use when concatenating strings in a loop.
What are the advantages of java inner classes?
What does percent mean in java?
What is identifier give example?
Can we declare a constructor as final?
Difference between collection, collection and collections in java?
what is the difference between String s="hello"; and String s=new String("hello");?