WHAT IS MARKER INTERFACE,AND NO METHODS IS NOT THERE ON THAT
INTERFACE THEN WHY WE USED IN JAVA?
Answer Posted / rameshreddy
it is in depth concept. The compiler developer internally
developed like that, Through that markinterface only(tag
interface) ,compiler identifies its internal functinality
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How do you compare two strings lexicographically?
What is a constructor, constructor overloading in java?
Which language is java?
What does pointer mean?
What is the purpose of static methods and static variables?
What are different types of arrays?
In how many ways we can do synchronization in java?
What is nested interface?
What is t type java?
Can you pass functions in java?
Is space a character in java?
What are extraneous variables examples?
How are multiple inheritances done in Java?
Does the order of public and static declaration matter in main method?
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