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

Explain the difference between collection api and stream api in java8?

505


What is google full form?

532


How to do encapsulation in java?

568


What is null statement?

527


Write a function to print Fibonacci series and Tribonacci series?

750






What is the different types of functions?

552


Can you override a final method?

577


How do you compare values in java?

541


How many arguments can be passed to main ()?

520


Why java is not 100% object-oriented?

826


How can we create a synchronized collection from given collection?

577


Is it possible to override the main method?

529


What are the steps involved to write rmi based programs?

561


Can an interface be defined inside a class?

515


What is the Scope of Static Variable?

728