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 are the different types of collections in java?
Explain the difference between jdk, jre, and jvm?
can I implement my own start() method? : Java thread
Which is better stringbuffer or stringbuilder?
Explain about main() method in java ?
what is synchronization? : Java thread
Why pointers are not used in java?
What flag up means?
Can a static class have a constructor?
What is cr keyboard?
What is the advantage of preparedstatement over statement?
How the interruptible method gets implemented?
Why should I use abstract class?
What is super?
What is difference between pointer and reference?