How 'java' got its name and what it stands for?
Answers were Sorted based on User's Feedback
"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 |
Answer / bhavana
JAVA name was actually given by "james gosling". first they
decided 2 name as "OAK" but it was cross down by trademark
lawyer.
| Is This Answer Correct ? | 28 Yes | 9 No |
Answer / guru tata
java was first named as OAK , there after one day james gosling was browsing net meanwhile he found a company called OAK technologies. Then he decided to change this application name. one fine day the four people(James Gosling,mike Sheridon, bill joy and patrick naughton) were met at the coffie shop then they are discussing new name for their software, these four people like coffie, the coffie brand name is JAVA, so they finalized application name to JAVA
| Is This Answer Correct ? | 13 Yes | 7 No |
Answer / ravikiran
java is a place where developers used to import coffee
while developing the language.previously it is named oak
| Is This Answer Correct ? | 24 Yes | 20 No |
Answer / 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 |
Answer / amit sharma
THE JAVA STANDS FOR "JUST ANOTHER VIRTUAL APPROACH"
| Is This Answer Correct ? | 15 Yes | 16 No |
Answer / m. shoaib karamat
JAVA stands for: "Write once Run anywhere"
because you write the code once and use it whenever you need.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / kondareddy.noti
hi guys java is the iland name and this iland is famous for
cofee plants and java stands for "just another virtual
analyser"
| Is This Answer Correct ? | 12 Yes | 17 No |
Answer / senthil kumar
oak is old name.java stands for "just another virtual approach".
| Is This Answer Correct ? | 8 Yes | 15 No |
Answer / naresh
JAVA stands for jamesgosling ,arthur Iknow only two names u
find remaining two answers i dont'kow that
| Is This Answer Correct ? | 9 Yes | 27 No |
why java does not support unsigned keyword?
Give an example of call be reference significance.
What is the significance of java packages?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What is parsing in java?
Explain serialization and deserialization in java?
What does compareto () do in java?
Why vector class is used?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
How do you invoke a method?
What is the use of flag?
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example