What is string in java with example?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about interthread communication and how it takes place in java?
If two threads have same priority which thread will be executed first ?
What is the difference between JDK and JVM?
How do you allocate memory to object?
What is the default value of float and double datatype in java?
How does queue work in java?
Whats the difference between notify() and notifyall()?
What is java thread dump, how can we get java thread dump of a program?
What is the independent variable in an experiment?
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 difference between error and an exception?
How can you set the applet size?