Answer Posted / neha siddiqui
. JVM is stands for java virtual machine
. JVM is popularly known as interprets between java bytecode
and computer operating system
. using a JVM user can run java code on any platform such as.,
unix, linux, windows xp,etc
. A JVM normally reads and executes java statement one at a time
. A JVM can however includes a JIT compiler [Just In Time] with in it
. The Jvm does not know any thing about java programming language
. A JVM only recognize a particular binary format of a file called "Class File"
. A Class file contain Java Virtual Machine instructions.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the uses of the set interfaces in the java collections? : java collections
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
What are the types of interface used in the java collections? : java collections
What is the use of hashcode in java ?
What are the different types of features of the java collections framework? : java collections
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
What are the considerations to be made in case of loops in java ?
Which interface does java.util.hashtable implement?
What are the different types of collections views being provided by the map interface? : java collections
What are the classes in the java collection framework? : java collections
What is the use of the list interface in the java collection? : java collections
my interviewer asked me what technical specification you used how to answer that question
What are the differences between the java collection and the java list? : java collections