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 is the synchronized method modifier?
What are the two main uses of volatile in Java?
What are three ways in which a thread can enter the waiting state in java programming?
How to declare objects of a class ?
why using interface interface ?
What restrictions are placed on method overloading?
What are the differences between string and stringbuffer?
How does predicate work in java?
Write a java program to print fibonacci series?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is meant by data hiding in java?
What is the default value of byte datatype in java?
What are the two ways to create a thread?
Can a final variable be manipulated in java?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.