What is a parameter in java?
No Answer is Posted For this Question
Be the First to Post Answer
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
How to eliminate duplicates from an array?
6 Answers ABC, AdMod, Adobe, College School Exams Tests, Patni, Wipro,
What is the purpose of encapsulation?
what is the form of storage space in java?
Can a static class have a constructor?
Can an unreferenced object be referenced again?
what is the replacement method of stop() of thread
How will you call an Applet using Java Script Function?
What does += mean in java?
What is the use of System class?
What happens when a thread cannot acquire a lock on an object in java programming?
Explain about procedural programming language or structured programming language and its features?