Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems?
1 904How can an application do a jms operation and have it succeed, independent of the result of the transaction?
1 841Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
1 976Which 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?
1 981Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
1 1160An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception?
1 1043A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose?
1 1055
How to sort array in descending order in java?
explain different ways of using thread? : Java thread
Write a program to find the whether a number is an Armstrong number or not?
What do you know about validation plugin ?
Can we extract main method from another class?
Explain public static void main(string args[]) in java.
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Is minecraft 1.15 out?
What is the first argument of the string array in main method?
What is the resourcebundle class?
What is the difference between equals() and == in java?
Realized?
What is the locale class?
What is latest hibernate version?
Differentiate between static and non-static methods in java.