Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
1 987Which 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 1001Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean?
1 1171An 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 1056A 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 1064For ejb applications with bean-managed transaction demarcations, which of the following is used by the client to get a reference to the usertransaction object for the weblogic server domain?
1 1070
What is parsing in java?
Differentiate between static and non-static methods in java.
Is minecraft 1.15 out?
What is java string pool?
What is difference between @controller and @restcontroller in spring?
What is a constructor overloading in java?
How to sort array in descending order 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
What do you mean by an interface in java?
How is declarative handling of exceptions done in struts ?
What are the differences between heap and stack memory in java?
What is a classloader in java?
What do you know about validation plugin ?
Explain public static void main(string args[]) in java.
What is lazy class?