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 |
What is the symbol for average?
What is the major drawback of internal iteration over external iteration?
Are nested try statements are possible?
What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }
what is platform independence in java?
What is stack explain?
Is double bigger than float?
can used Protected Class outside Function.?
Explain java code for recursive solution's base case?
What is the difference between a method and a procedure?
Which class is the immediate superclass of the Container class?
What is skeleton and stub? What is the purpose of those?