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
I want to re-reach and use an object once it has been garbage collected. How it's possible?
Enlist diffrent types of inheritance supported by java?
What are different data structures in java?
What is tree node in java?
What is stringbuffer in java?
What is a dynamic array java?
Which method must be implemented by all threads?
Can a final variable be manipulated in java?
Can we convert list to set in java?
Why is java called the platform independent programming language?
when you will synchronize a piece of your code? : Java thread
What is the benefit of singleton pattern?
What is difference between filereader and bufferedreader?
What are local variables?
What isan abstract class and when do you use it?