Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
What is a rollback in jdbc?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is dbcontext and dbset?
Explain serialization and deserialization in java?
What about features of local inner class?
How many containers are there in spring?
What is log4j in java?
Write a program to reverse a number in java?
What is difference between save and merge in hibernate?
What is difference between spring aop and aspectj?
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
How do we share data using 'getservletcontext ()?
Is null in java?
What is the use of connection factory in jms?
What is the use of EventMessage.java?