How 'java' got its name and what it stands for?
Answer Posted / lipsy
Java has got its name from one of its creator named ..."James Gosling". Originally it means "Oak".It was named so, at a local coffee bar when its developers were discussing about it and also having coffee together.
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
What is better - 'bit-shift a value' or 'multiply by 2'?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
How can we access some class in another class in java?
How do you compare values in java?
Explain the differences between static and dynamic variables?
How does hashset works in java?
Can arraylist contain null values?
Where are global variables stored?
What is difference in between java class and bean?
What is an empty list in java?
What is the size of int in 64-bit jvm?
Explain when we should make an instance variable private.
What is a method in coding?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What are the major drawbacks of external iteration?