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 |
Is Cegonsoft Pvt.Ltd. a good Institute?
why the constructor should be used in class,if there is no constructor what will happen?
What is an exception in java?
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
what is the need of the Ajax?
is it possible to instantiate the math class?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
How static variable work in java?
Where are the local variables stored?
What methods are used to get and set the text label displayed by a button object?
What is charat java?
How to print nodes of a Binary tree?