Answer Posted / pushpa
"Java" generally refers to a combination of three things:
the Java programming language (a high-level, object-oriented
programming language); the Java Virtual Machine (a
high-performance virtual machine that executes bytecodes on
a specific computing platform, typically abbreviated JVM);
and the Java platform, a JVM running compiled Java
bytecodes, usually calling on a set of standard libraries
such as those provided by Java Standard Edition (SE) or
Enterprise Edition (EE). Though coupled by design, the
language does not imply the JVM, and vice versa.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is Mutex (Mutual Exclusion Object) ?
What are parameters in a method?
What is the purpose of using javap?
Can we pass null as argument in java?
Why are pointers not secure?
How to retrieve data from database in java using arraylist?
Can we define constructor in inner class?
Explain the key functions of data binding?
How many bytes is a string java?
What are JVM.JRE, J2EE, JNI?
Is space a character in java?
Can private method static?
What are multiple inheritances? Is it supported by java?
What are the disadvantages of using inner classes?
Will the jvm load the package twice at runtime?