JVM 1 Answer(s) 2 years and 7 months ago
Posted in : Java Beginners
Hi,
Is JVM a compiler or an interpreter?
Thanks
View Answers
October 5, 2010 at 4:58 PM
Hi Friend,
JVM is an interpreter.
Thanks
Related Pages:
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
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
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
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 - 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 - Java Beginners
JVM Can you help me how to get JVM back, My Java Virtual Machine missing from my system. I try to install again netbeans 6.0 + JDK and JRE...
This is jagadhish.
JVM can't mis anywhere.the suitable combinations i will tell with that u can
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
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
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
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
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
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
How to set memory used by JVM in Ant
How to set memory used by JVM in Ant
 ... of JVM (java virtual
machine), when ANT (another neat tool) is used outside... JVM to the ant script, you can get some
pretty strange errors that are difficult
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
Java Virtual Machine
. The JVM is responsible for
compiling the the byte code for the machine on which JVM is running and then
finally executing the program.
The JVM is heart of Java Platform and runs the Java program on an Operating
System. The JVM is OS
Java Heap
Java Heap
The JVM's heap stores all the objects
generating by a running Java
program. Java uses the new operator to create objects and memory for
new objects is allocated
Java Environment
;
A Java Virtual Machine (JVM... computer programs and scripts. The JVM is distributed along with a set of standard... Machines mainly run Java
(programming language) code, while a JVM can also runs
Keyword- transient
Keyword- transient
The transient keyword is used to indicate to the JVM that the indicated
variable is not part of the persistent state of the object. All the Variables
which
K - Java Glossary
K - Java Glossary
Keyword- transient
The transient keyword is used to indicate to the JVM that the indicated
variable is not part of the persistent state
Get Thread Name
Get Thread Name
Thread is the independent path of execution of a thread in a program. The JVM
provides an application to execute the multiple thread running
Peculiarities of Java ...
on one platform can run on any platform provided the platform
must have the JVM... for the JVM. Java also have the standard data size irrespective
of operating system... but the advance version of JVM uses the
adaptive and just in time compilation technique
LDT- leJOS Development Toolset
LDT- leJOS Development Toolset
This eclipse plug-in allows you to develop java code
for the LEGO RCX brick using the leJOS JVM (please see http://www.lejos.org
What is Public static void main
method from where Java
Virtual Machine(JVM) start executing. Following... and jvm will search for the main method . so making
main as static will allow jvm to access without creating object. Main method
will strictly follow
Java Multithreading
Java Multithreading
Multithreading allows two parts of the
same program to run concurrently. In Java, the
Java Virtual Machine (JVM) allows an application to have multiple
Why and how to use Integer.parseInt() in java
Why and how to use Integer.parseInt() in java.
Integer.parseInt() method is used to convert an string
value into integer. JVM reads each element as String and hence we have to
convert an entered String value into respective data type
Thread priority in java
Thread priority in java
A thread is a part or entity of a process that is scheduled for
execution. As we know java is a multithreading language
which means JVM allow an application to have multiple thread running
java - Java Interview Questions
java how many ways we can load the class INTO JVM and what are they?
what is the hierarchy the JVM to look for class