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 anagram in java?
Mention the default values of all the elements of an array defined as an instance variable.
How does map works in java?
Can we execute a program without main() method?
What restrictions are placed on method overriding in java programming?
Explain what are final variable in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What causes memory leaks in java?
What is the size of int?
Difference between object and reference?
What is immutable state?
What is autoboxing and unboxing?
Is it possible to write a regular expression to check if string is a number?
what is the difference between future and callable interface in java?
What is java and its types?