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 use of reference variable

6 Answers  


What is a linkedhashmap java?

1 Answers  


How can we achieve thread safety in java?

1 Answers  


What is difference between Iterator and for loop

9 Answers   HP,


How to Sort Strings which are given in List and display in ascending order without using java api.

2 Answers   LIC,


Can we override the overloaded method?

1 Answers  


What is :: operator in java?

1 Answers  


What are the access modifiers available in java?

1 Answers  


When you Click a Button, What event will be fired?

5 Answers  


What is a default constraint?

1 Answers   HCL,


What are methods of a class?

1 Answers  


What technique is carried out to find out if a particular string is empty?

1 Answers  


Categories