Answer Posted / swetcha
Also called late binding, it is the linking of a routine or
object at runtime based on the conditions at that moment
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the two types of java programming?
What if I write static public void instead of public static void in java?
What is difference between == and === in js?
What is mnemonic code?
Why is it called boolean?
Can we inherit inner class?
What is the difference between an object-oriented programming language and object-based programming language?
What is the purpose of skeleton and stub?
Can we serialize static variables in java?
What is an immutable object?
Define "Access specifiers" in java.
Is java a pure object oriented language?
What is a stringbuilder?
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 unmodifiable list in java?