Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) For 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 1061Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
1 1115Can I use the getattribute() and setattribute() methods of version 2.2 of the java servlet api to parse xml documents? : BEA Weblogic
1 1046Can the messaging bridge handle two-phase or global transactions between separate weblogic server domains or between different releases? : BEA Weblogic
1 1063
What is the difference between equals() and == in java?
What are the contents on web.xml in struts application ?
What are the differences between heap and stack memory 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?
Write a program to find the whether a number is an Armstrong number or not?
What is java string pool?
What is difference between @controller and @restcontroller in spring?
What is the resourcebundle class?
Is minecraft 1.15 out?
How does java handle integer overflows and underflows?
What is lazy class?
What is a classloader in java?
What is the first argument of the string array in main method?
What is the locale class?