Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
964I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
1014How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic
1049Why does executing the preparedstatement class cause a trunc fails: ora-00932: inconsistent datatypes error? : BEA Weblogic
1035Why am I getting an ora-01000: maximum open cursors exceeded error, even though I closed all resultset, statement, and connection objects? : BEA Weblogic
1038What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
1133Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
928
What is benefit of using preparedstatement in java?
Can we print null in java?
How do I find whether a parameter exists in the request object?
Define immutable object?
Explain the working of service() method of a servlet.
Why is model-view-controller architecture used in swing?
what is channel in ibm websphere mq?
What are the different types of advice?
What if I write static public void instead of public static void in java?
What is spring architecture?
What is the advantage of ioc in spring?
Give an example where struts tiles may be used?
What is exe file in java?
What are untrusted applets?
How do you decide when to use arraylist and linkedlist?