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 a buffer in computer?
What is a control variable example?
Explain super keyword in java.
What is a class instance variable?
What are the 3 types of control structures?
how to create multithreaded program? : Java thread
What are the uses of java?
What is the difference between notify and notifyall method?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What comes to mind when someone mentions a shallow copy in java?
What are the different http methods?
What is private static in java?
How do you compare characters in java?
What causes memory leak in java?
What are the four integer types supported by java?