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

Is a class an object?

581


Can each java object keep track of all the threads that want to exclusively access it?

539


What is the use of StringTokenizer class?

611


What is the meaning of variables in research?

533


Which arithmetic operations can result in the throwing of an arithmeticexception?

599






What is array sorting in java?

557


what is inner class in java?

628


What are the rules for naming an array?

527


What is collections framework?

578


What is the default value of an object reference declared as an instance variable?

538


What are the differences between forwarding () method and sendredirect() methods?

622


Explain about fail fast iterators in java?

564


Difference between vector and arraylist.

585


What are 3 data types?

548


Can we sort arraylist in java?

565