Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) for example we have two boxes,one box it contain one adminserver & one managed servr and another box it contain one managed server.how to configuring the these server?
1 6042what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 5038Is success EJB3.0 in the Market? IF yes just explain main differences between EJB2.0 and EJB3.0.
1 5280Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
L&T,
3 14126for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
4386
What happens to the Exception object after handling an exception?
What are the differences between bean factory and application context?
What are drivers available?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is a parent class in java?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
What are the different types of ejb?
Why should we use spring?
What is action support class in struts2?
Why would a client application use jta transactions?
What is methodological theory?
What is an exception? difference between Checked and Unchecked exception in Java
What is the major advantage of external iteration over internal iteration?
What is stateless in java?
How does predicate work in java?