i don't want fullforms of JDK an JVM i want definitions for
them
Answer Posted / satheesh
any language wuld require a compiler r an interpreter to get program work,exactly tht functionality is being provided by java's primary component called java development kit,which is a collection of programming tools lik java loader(interpreter),javac(compliler),appletviewer etc...
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is use of inner class in java?
What is a dynamic array in java?
How many bytes are a float?
What is method overloading in JAVA? Why is it not present in C ?
How to restrict a member of a class from inheriting by its sub classes?
When do you get classcastexception?
List out five keywords related to exception handling ?
What are the parts of methodology?
Differentiate between array list and vector in java.
Can we store variables in local blocks?
When should I use singleton?
What are computer functions?
What kind of variables a class can consist of?
how to create constants in java?
Can a source file contain more than one class declaration?