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 carriage return means?
Define an enumeration?
Is java util regex pattern thread safe?
What is ‘is-a ‘ relationship in java?
what is purpose of writting public static void main(Strind arg[]) in java..?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
What are java packages? What's the significance of packages?
briefley expalin about the packages
Hi Friends, can you give difference between extending thread class and implementing runnable interface.
Explain the difference between an object-oriented programming language and object-based programming language?
Explain notifyall() method of object class ?
Does java return by reference?