Answer Posted / tharun raj s
while developing java James Gosling and his javasoft team
thought of putting a name to this language..
James Gosling believed that they have developed java
consuming much of coffee and they thought coffee has also
took part in developing and hence they put the name java for
this new language..
java literally means coffee
| Is This Answer Correct ? | 11 Yes | 10 No |
Post New Answer View All Answers
What do you mean by default constructor in java?
Is Java a dying language?
Can we override private method in java?
What is initial size of arraylist in java?
What does three dots mean in java?
What is functional interface in java example?
What is flag in python?
What is a classloader in java?
What is class and object in java?
Why convert an applet to an application?
Explain aggregation in java?
What do you mean by platform independence?
What is the difference between a method and a function in alice?
Does sprintf add a null terminator?
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