Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Why do the JMS dbms_aqadm.add_subscriber and dbms_aqadm.remove_subscriber calls sometimes hang when there are concurrent enqueues or dequeues happening on the same queue to which these calls are issued?
1 2467Why do the TopicSession.createDurableSubscriber and TopicSession.unubscribe calls raise JMSException with the message "ORA - 4020 - deadlock detected while trying to lock object"?
1 2152
Explain what is a cell in websphere?
Explain jsessionid?
What is difference between ioc and di in spring?
When does high cpu usage occur?
What is a bidirectional relationship?
What is the purpose of using bindingresults?
What is an example of a keyword?
What is version property in hibernate?
How can I determine where a given table is referenced via foreign keys?
What is @postconstruct in spring boot? : Spring Boot
What is bean factory, have you used xmlbean factory?
Arrange in order the various message severity levels?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
How do I provide user credentials for starting weblogic server?
Can we convert stringbuffer to string?