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

What is string intern in java?

0 Answers  


What happens if an exception is throws from an object's destructor?

0 Answers   Amazon,


Explain about static imports in java?

0 Answers  


Can you make a constructor final?

0 Answers  


Can a final variable be manipulated in java?

0 Answers  






Is a copy constructor?

0 Answers  


program to validate the IP address? Validity range should be 0 to 255

1 Answers   Huawei,


Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..

7 Answers  


Difference between Applet & Application?

6 Answers  


What do you understand by a Static Variable?

0 Answers   CGI,


What is HashTable?

4 Answers  


what is the diff b/w arraylist and vector?

6 Answers   Code Genesis, Genesis, Sprintine Labs,


Categories