what is java

Answers were Sorted based on User's Feedback



what is java..

Answer / 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

what is java..

Answer / ch jagan

Java is a object oriented programming also technical
language used to develop distributed applications developed
by sun micro systems.

Is This Answer Correct ?    2 Yes 0 No

what is java..

Answer / santosh kumar

Java is a programming as well as technical language used to develop distributed applications developed by sun micro systems.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Is boolean a data type in java?

0 Answers  


What is the difference between array list and vector in java?

0 Answers  


What does main method?

0 Answers  


Tell me how many ways are there to initialise an integer with a constant.

0 Answers   Aricent,


What is subsequence of a string?

0 Answers  






What are access specifiers available in java?

0 Answers  


What is the vector class in java programming?

0 Answers  


How many ways can you break a singleton class in java?

0 Answers  


what are the differences between java and .net?..why u choose java?

1 Answers  


what is mean by synchronization?

3 Answers   BOB Technologies, GCPL,


How does thread synchronization occurs inside a monitor?

0 Answers  


different between exception and error? explaim check and uncheck exception

4 Answers  


Categories