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

What is the difference between inner class and nested class?

0 Answers  


Is linkedlist thread safe in java?

0 Answers  


What is the function of http?

0 Answers  


What is byte code and why is it important to java’s use for internet programming?

0 Answers  


if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads

2 Answers  






Can the garbage collection be forced by any means?

0 Answers  


What is hotjava?

0 Answers  


How many types of string data types are there?

0 Answers  


write a program to create an vector and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


Does unicode support all languages?

0 Answers  


Which class contains a method: cloneable or object?

0 Answers  


What does system out println () do?

0 Answers  


Categories