Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) 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
2420any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
2303there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
CMC,
4 9298we r taking
CSC,
2 7500
What is the use of liferay portal?
What is mdb in ejb?
What is the usage of Hibernate QBC API?
Explain how to force the garbage collection in java.
What is the difference between access specifiers and access modifiers in java?
Explain about hibernate proxy and how it helps in lazy loading?
What is dto model?
Explain the access modifiers for a class, method and variables?
What are the considerations to be made in case of loops in java ?
how to use debug in my elipse to solve problems that exist in my project
How to connect html page to database using jdbc?
what is enumset?
Can I learn spring boot without spring? : Spring Boot
What is the difference between Grid and Gridbaglayout?
Why is model-view-controller architecture used in swing?