what is java

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


Please Help Members By Posting Answers For Below Questions

What is a local, member and a class variable?

754


What is the purpose of using break in each case of switch statement?

751


What is the difference between jdk and jre?

802


What does += mean coding?

708


Tell us something about set interface.

740






What does singleton mean in java?

694


What is the r character?

769


How much is a java license?

683


When do we use hashset over treeset?

725


How many bits is a float?

737


What 4 doubled?

723


How does a cookie work in Servlets?

553


What is struts in java?

792


What is a map? What are the implementations of map?

791


What do you understand by the term polymorphism?

805