When do you create an index?
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
What is the java idl system?
What happens if main method is not static?
What is compareto?
what is the final keyword denotes in java?
What is System class and its purpose?
What are pass by reference and pass by value?
Can we serialize arraylist in java?
Variable of the boolean type is automatically initialized as?
what is sendredirect?
What is the difference between jfc & wfc?
How do you use nextline in java?