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 is variable and its types?
What is the reflection?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
What is string pooling concept?
What is meant by controls and types?
What are memory tables?
What is wrapper class html?
How many bits is a string?
how can u handle run time exception in java? explain with brief explanation with examples?
What is the significance of listiterator?
Write a program to show whether a graph is a tree or not using adjacency matrix.
What restrictions are placed on method overriding in java programming?