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 purpose of a statement block?

1 Answers  


What is the use of singleton?

0 Answers  


What is string pool?

0 Answers  


What is the use of StringTokenizer class?

0 Answers   Hexaware, Virtusa,


whether java is fully object oriented language or partially object oriented language

4 Answers   Infosys, ME, SMK,






How do you compare objects in java?

0 Answers  


which class to use when concatenating strings in a loop.

3 Answers   IBM,


static inner classes means..?

1 Answers  


Where can I find data structures question and answers with comprehensive working code written in Java

0 Answers   Amazon,


How listener identify that the event came from a particular object?

0 Answers  


What is Remote Interface ?

6 Answers   CTS,


What is null object in java?

0 Answers  


Categories