Answer Posted / pillareddy vamsheedhar reddy
in the middle of 1991-92, initially they named that language as "OAK", they went to register office to register the name as "OAK" , but they were unable to register this programming language with name OAK , because of already some other product
is registered with same name, one day they went to a coffe shop and thinking about the rename of "OAK" ...finally the hot, aromatic drink COFFEE called as "JAVA" and there is no aberivation it was happend in 1995
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the abstract class?
What is meant by structural programming?
What is a heavyweight component?
Is singleton class immutable?
What are multiple inheritances?
What are java annotations?
What is reflexive association?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is the purpose of void class?
What is variable explain with example?
How many digits can a float hold?
What is the difference between applet and application?
What is backdrop?
Is java based on c?
What are three ways in which a thread can enter the waiting state in java programming?