Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
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
Can we inherit inner class?
How does jdbc connect to database?
Explain the difference between topic and queue?
What is lambda value?
Does hibernate use reflection?
What are different types of multitasking?
Which number is denoted by leading 0x or 0x in java?
What is a messaging service?
explain how java se 8 data and time api solves issues of old java date api?
Creating Class and methods – Java OOP Exercise
Difference between weblogic and websphere?
what is cryptography? Why do we need it?
What is java naming and directory service?
What are the exceptions thrown by servlets? Why?