How 'java' got its name and what it stands for?
Answer Posted / ranganathkini
"Java" is supposed to have got its name from one of the
members of the original developer team Kim Polese. But it is
widely believed that Java (originally called "Oak") was
concieved by the original creators at a local coffee bar.
To credit this incident, the creators used a magic number as
a header to all the Java bytecode class file. The number:
0xCAFEBABE
here is a link if u want to know more:
http://en.wikipedia.org/wiki/Class_(file_format)
| Is This Answer Correct ? | 47 Yes | 8 No |
Post New Answer View All Answers
What if constructor is protected in java?
What is difference between path and classpath variables?
List two java ide’s?
How transient variable is different from volatile variable?
What is a method in programming?
Explain the importance of throws keyword in java?
What are the fileinputstream and fileoutputstream?
What is bean? Where it can be used?
What is a finally block? Is there a case when finally will not execute?
What is scanner in java?
When should the method invokelater() be used?
How does linkedlist work in java?
Is there any difference between synchronized methods and synchronized statements?
Does java isempty check for null?
What is multiple inheritance? Is it supported by java?