i don't want fullforms of JDK an JVM i want definitions for
them
Answers were Sorted based on User's Feedback
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 |
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 |
What do you understand by classes in java?
What do you understand by looping in java? Explain the different types of loops.
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
What are operators and its types?
What is the difference between constructor and method?
What are controls and their different types in awt?
What is meant by method overriding?
Why heap memory is called heap?
Explain about abstract classes in java?
Is string passed by reference in java?
Is treeset sorted in java?
What is the differenc between Enemuration interface and iterator interface according to accessing?