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 flag up means?
What does split function do in java?
Is there any tag in htm to upload and download files?
What is struts in java?
Can we rethrow the same exception from catch handler?
What are methods of a class?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
Is constructor inherited?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is the function of static in java?
What is variable and example?
What are the important features of Java 11 release?
Where is core java used?
What is purpose of find feature?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?