How 'java' got its name and what it stands for?
Answers were Sorted based on User's Feedback
Answer / muruga
Hi guys
This is Muruga from chennai.
I heared new meaning for Java
J Just
A Another
V Virus
A Architecture
| Is This Answer Correct ? | 19 Yes | 70 No |
Whats the difference between notify() and notifyall()?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Can an interface implement another interface?
What is the flag in java?
What is primitive data type in java?
Can a class have 2 constructors?
Which Component subclass is used for drawing and painting?
What are virtual methods?
What are the rules for variable declaration?
What is io stream in java?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java
How does a try statement determine which catch clause should be used to handle an exception?