What are different access specifiers 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
What are different types of expressions?
Why enumeration is faster than iterator?
How to create com object in Java?
Can you instantiate the math class in Java?
How does a try statement determine which catch clause should be used to handle an exception?
What makes a function well defined?
what is different between static and non static methods ,using example
What are the access modifiers available in java?
Which list does not allow duplicates in java?
How does a for loop work java?
Why wait and notify methods are declared in object class?