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

In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?

0 Answers   MCN Solutions,


How is abstraction implemented in java ?

0 Answers  


Does constructor creates the object ?

0 Answers  


what is inner class in java?

0 Answers   IBS,


What is the hashcode () and equals () used for?

0 Answers  






How hashset works internally in java?

0 Answers  


Name the method that is used to set a TextComponent to the read-only state?

1 Answers  


Why volatile is used in java?

0 Answers  


Why deletion in linkedlist is fast than arraylist?

0 Answers  


What is a for loop in java?

0 Answers  


what is the difference between the methods sleep() and wait()? : Java thread

0 Answers  


os is developed in c no java is more secured then c na why dont the os developed is developed using java

1 Answers  


Categories