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

Give few difference between constructor and method?

0 Answers  


Can an exception be rethrown?

4 Answers   Wipro,


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

3 Answers   Satyam, STI,


What is singleton class in ruby?

0 Answers  


What class of exceptions are generated by the java run-time system?

0 Answers  


What is the purpose of the return statement?

0 Answers  


while creating thread why we extend thread class

2 Answers  


What access modifiers can be used for methods?

0 Answers  


what is meta-Inf?

2 Answers   Polaris,


What is the function of compareto in java?

0 Answers  


what should do when using multiple catch() block & what should never do for the same?

1 Answers  


Why we used break and continue statement in java?

0 Answers  


Categories