i don't want fullforms of JDK an JVM i want definitions for
them

Answers were Sorted based on User's Feedback



i don't want fullforms of JDK an JVM i want definitions for them..

Answer / 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

i don't want fullforms of JDK an JVM i want definitions for them..

Answer / krishgopal

JVM does the compile and interpret.
soure code can be changed into bytecode and then byte
can be interpreted by JVM. then the actual answer of the
peogram(or) sourecode wil be dispalyed in screen.
that's all from JVM.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

how can you say that java is independ language

2 Answers   TCS, Wipro,


Give us the name of the list layoutmanagers in java?

0 Answers  


what is the difference between a threads start() and run() methods? : Java thread

0 Answers  


What is hashmap and map?

0 Answers  


What is the method to expand and collapse nodes in a jtree?

0 Answers  


How can i add a button in applet in java ???

2 Answers  


Explain different states of a thread in java?

0 Answers  


What is the difference between static (class) method and instance method?

0 Answers  


What is the vector class in java programming?

0 Answers  


Why is stringbuffer faster than string?

0 Answers  


What are locale settings?

0 Answers  


What are the escape sequences in java?

0 Answers  


Categories