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 static a keyword in java?

0 Answers  


What is the full meaning of java?

0 Answers  


What is equals method in java?

0 Answers  


This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .

3 Answers  


Why does java not support pointers?

0 Answers  






explain the classification of exception and hoew to handle the exceptions

2 Answers  


Can size_t be negative?

0 Answers  


How OOPS concept is achieved in Java?

6 Answers   Cognizant, JPMorgan Chase, Xavient,


What is the difference between object oriented programming language and object based programming language?

0 Answers  


what is connection pooling with example?

3 Answers   Amdocs,


Which container method is used to cause a container to be laid out and redisplayed in java programming?

0 Answers  


Can java run on google chrome?

0 Answers  


Categories