what is aberivation of java?
Answers were Sorted based on User's Feedback
Answer / kotteeswaran
abbreviation for JAVA is "Just Another Vague Acronym".
| Is This Answer Correct ? | 0 Yes | 6 No |
Answer / nandu reddy
James gossling and his team members consuming a lot of
tea whlie developing this language.So,they felt that bcoz
of this quality tea,we were able to develop this
language.The tea name was java.So,they fixed the name was
java.Thats why the jave symbol is saucer and tea cup..
| Is This Answer Correct ? | 1 Yes | 9 No |
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 .
What is difference between pointer and reference?
explain multi-threading in java?
Enlist diffrent types of inheritance supported by java?
How can we find the sum of two linked lists using stack in java?
What is meant by Java interpreter?
What is a return in java?
In what ways you can handle exception ?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
What is a default constraint?
Is it possible to declare abstract class as final?What happens if we do so?
Differentiate between stringbuffer and string?