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 private static in java?
What is static and final keyword in java?
How do you define a method?
What is square root in java?
What are the differences between the constructors and methods?
What are recursive functions?
How to convert string to char and vice versa?
Which data type is a class in java?
Why are lists ordered in java?
State the difference between strings and arrays.
How does hashmap work in java ?
What are the different types of multitasking?
Is main a function?
What is a java predicate?
Why stringbuilder is not thread safe in java?