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 local, member and a class variable?
What is the purpose of using break in each case of switch statement?
What is the difference between jdk and jre?
What does += mean coding?
Tell us something about set interface.
What does singleton mean in java?
What is the r character?
How much is a java license?
When do we use hashset over treeset?
How many bits is a float?
What 4 doubled?
How does a cookie work in Servlets?
What is struts in java?
What is a map? What are the implementations of map?
What do you understand by the term polymorphism?