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
Explain the advantages of packages in java?
Differentiate storage classes on the basis of their scope?
What do you mean by multithreaded program?
What is the difference between form & report?
How big is a boolean?
What are the 4 versions of java?
what is the difference between yielding and sleeping? : Java thread
What is equlas() and hashcode() contract in java? Where does it used?
Is minecraft java edition free?
How thread scheduler schedule the task?
What's the purpose of static methods and static variables?
What do you mean by access modifier?
when to use ArrayList and when to use HashMap in webApplication.
What is the mapping mechanism used by java to identify IDL language?
What is locale in java?