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

Is Cegonsoft Pvt.Ltd. a good Institute?

4 Answers  


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  


What is an exception in java?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


what is the need of the Ajax?

5 Answers   iFlex,






is it possible to instantiate the math class?

0 Answers  


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


How static variable work in java?

0 Answers  


Where are the local variables stored?

0 Answers  


What methods are used to get and set the text label displayed by a button object?

0 Answers  


What is charat java?

0 Answers  


How to print nodes of a Binary tree?

0 Answers  


Categories