How 'java' got its name and what it stands for?
Answer Posted / 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 |
Post New Answer View All Answers
What are the methods of object class ?
Can we declare an array without size in java?
How does predicate work in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
What is the difference between super class & sub class?
what is interface in java? Explain
What is advantage of java?
Which package has light weight components in java programming?
How are this() and super() used with constructors in java programming?
What is synchronization and why is it important in java programming?
What is dot operator?
Can we pass a primitive type by reference in java? How
What type of variable is error flag?
What are the restriction imposed on a static method or a static block of code?