gontimukkala srinivasulu
jvm work
1 Answer(s)      2 years and 6 months ago
Posted in : Java Beginners

wht is the work of jvm? deaply.

View Answers

November 15, 2010 at 10:33 AM


Hi Friend,

Java Virtual Machine or JVM for short is a software execution engine to run the java programs. Java Virtual Machine is also known as "Java Interpreter" which converts the byte codes (compiled Java programs) into OS Specific commands and also handles the related tasks like memory management, provide security & handles multithreading.

For more information, visit the following links:

http://www.roseindia.net/java/quick-java.shtml

http://www.roseindia.net/java/java-virtual-machine.shtml

Thanks









Related Pages:
jvm work
jvm work  wht is the work of jvm? deaply.   Hi Friend, Java Virtual Machine or JVM for short is a software execution engine to run the java programs. Java Virtual Machine is also known as "Java Interpreter" which
JVM
JVM  JVM is platform independent or not..   Hi, JVM or Java Virtual Machine is platform dependent. So, you can't install windows JVM on Linux. Similarly Linux JVM can't be installed on windows. Thanks
JVM
JVM  what is bytecode ? describe the JVM indetail
JVM - Java Beginners
JVM  Can you help me how to get JVM back, My Java Virtual Machine... This is jagadhish. JVM can't mis anywhere.the suitable combinations i will tell with that u can... Oracle 8i will not work,If u install Oracle 8i mostly after restart the system
JVM
JVM  whats the diference of using JVM on windows or on linux
JVM
JVM   Write a short note on JVM.   Please visit the following links: http://www.roseindia.net/java/quick-java.shtml http://www.roseindia.net/java/java-virtual-machine.shtml
What is the difference between a JDK and a JVM?
What is the difference between a JDK and a JVM?  Hi, What is the difference between a JDK and a JVM? Thanks,   Hi, JDK is stand... and it includes execution environment. Where as JVM is stands for Java Virtual machine
bytecode and JVM.
bytecode and JVM.  Explain the terms bytecode and JVM.   Please visit the following links: Bytecode JVM
Java JVM
Java JVM  How many JVM could be run on an operating system
Java JVM
Java JVM  What is JVM Heap Size? How does it affect the performance of the Application
Java Virtual Machine
; In this section, you will learn about the java virtual machine (JVM) and how to work? Java Virtual Machine (JVM) Java Virtual Machine is a set of computer... to execute other computer programs and scripts. This model is used by JVM that accepts
JVM - Java Beginners
JVM  Hi, Is JVM a compiler or an interpreter? Thanks   Hi Friend, JVM is an interpreter. Thanks
Java and jvm related question
Java and jvm related question  What is difference between java data types and jvm data types
jvm - Java Interview Questions
jvm  Can you provide some JVM Questions for Java Interview preparation
jvm - Java Beginners
jvm  where does the (java virtual machine)jvm located in the system exact location please help me
memory areas in jvm
memory areas in jvm  what are different memory areas in jvm?plz elaborate their significance
Are JVM's platform independent?
Are JVM's platform independent?  Hi, Are JVM's platform independent?   Hi, Java Virtual MachineJVM)'s is not platform independent. JVM.... Are JVM's Platform independent Thanks
about JVM - Java Beginners
about JVM  Hello Rose india.net team I want to ask that why JVM... different JVM for different platform.Also if JVM is not loaded in the platform then we can't run a program.Therefore we can say that JVM is platform dependent
JVM - Java Beginners
JVM  can u tell in which language JVM(both compiler n interprter) has been written....  i thing in C language . you can varify with the source code of java
Strange JVM behaviour
Strange JVM behaviour  hi I'm running a java application... fine for about an hour and then starts to idle. So, I did this - I run the JVM for one hour and then shut it down, restart the JVM after 30 mins, but still
Java JVM
Java JVM       The JVM... used by a JVM accepts a form of computer intermediate language commonly referred... (programming language) code. The JVM also enables such unique features
jvm in eclipse 3.2 - IDE Questions
jvm in eclipse 3.2  How can we check JVM version in Eclipse3.2
Java Virtual Machine(JVM)
Java Virtual Machine(JVM)     ... Machine JVM is the main component of Java architecture and it is the part... system but Java compiler produce code for a virtual machine . JVM provides security
how char values are converted to their 16-bit representation in jvm?
how char values are converted to their 16-bit representation in jvm?  can anyone explain the conversion of character 'c' to its 16-bit representation in jvm
java.net.BindException: Address already in use: JVM_Bind.
java.net.BindException: Address already in use: JVM_Bind.  hi, i have stop smtp of windows but james server have remain same error java.net.BindException: Address already in use: JVM_Bind
what is the working of JVM when An object is created of a class?
what is the working of JVM when An object is created of a class?  what is the working of JVM when An object is created of a class?   When the JVM creates the instance of your class object,the object instance is stored
JVM is build in which language - Java Interview Questions
JVM is build in which language  Hi, Can anybody tell me 1.JVM is build using which language.   C language
Open Source JVM
Open Source JVM Java Virtual Machine or JVM for short is a software... Source JVMs.       Wonka -- an open source embedded JVM &... kissme is Java Virtual Machine (JVM) freely available under the GPL
validator framework work in Struts
validator framework work in Struts  How does validator framework work in Struts
Message Resource Bundle work.
Message Resource Bundle work.  How does Value replacement in Message Resource Bundle work
java.net.BindException: Address already in use: JVM_Bind.
java.net.BindException: Address already in use: JVM_Bind.  hi... java.net.BindException: Address already in use: JVM_Bind.   Hi, I... JVM_bin bind problem. Thanks   Hi, I think you are using windows
how formBackingObject() method will work.
how formBackingObject() method will work.  How the formBackingObject method will behave
collection frame work
collection frame work  explain all the concept in collection frame work
work - JSP-Servlet
JSP Work Directory   What is the absolute path for the JSP working directory
validate() method of ActionForm work
validate() method of ActionForm work  How does validate() method of ActionForm work
collection frame work
collection frame work  explain the hierarchy of one dimensional collection frame work classes
collection frame work
collection frame work  could you please tell me detail the concept of collection frame work
what is jvm instance, how is it created, how is related to thread?
what is jvm instance, how is it created, how is related to thread?  what is jvm instance, how is it created, how is related to thread
How to work with Ajax in spring
How to work with Ajax in spring  give some sample code for ajax with spring (example like if i select a state from one drop down in another drop down related districts should come
ios work with nsdictionary
ios work with nsdictionary  How to work with NSDictionary in Objective C?   Working with NSDictionary in Objective C Basically, in Objective C NSDictionary is used to create and retrive the Key values for objectecs
JFreeChart dosn't work
JFreeChart dosn't work  Hello everybody I'm trying to make a line chart from JFreechart, but I just can't get it to work. The graph get its data... it, an error occurs (i tried an example from here, with XY, and it didn't work either) I
increase the JVM's maximum heap size. - Java Server Faces Questions
increase the JVM's maximum heap size.  Hi Friends ... How to increase the JVM's maximum heap size. Just now i am getting error like : Internal compiler error :java.lang.OutOfMemoryError give me any sugg.. Thanks
sing validator framework work in struts
sing validator framework work in struts  How does client side validation using validator framework work in struts

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.