what is java
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is meant by Encapsulation? Can you write a class to explain encapsulation?
Can I declare class as static or private?
how to handle http request in struts
What are the restrictions imposed by a Security Manager on Applets?.
Is a string literal?
Why put method is idempotent?
Why do we create public static method in java?
In treeset we add same object ...what will be the out put
Is it possible for a yielded thread to get chance for its execution again?
What is the purpose of java?
Can you achieve runtime polymorphism by data members?
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need