Core Java (6529)
Advanced Java (552)
Swing (223)
EJB (402)
Java Networking (49)
Hibernate (1009)
Spring Framework (1486)
Java J2EE AllOther (116) when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
2457There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
3 6260In cluster , the load balancing that simply redirect the client request to any available server in weblogic server cluster. Suppose assume we have 4 managed servers and one admin server. can we trace that request is going to which managed server in the cluster? is it possible to tell that request is going to which ipaddr/managed server?
3 11067how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
TCS,
2 8334Is it possible to create object with out its default constructor? if possible how? else not possible? justify
5 8030There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can access this private variable in Class B. If yes means , how we can access ?
7 12386
What is the importance of hibernate mapping file?
What does modeldriven interceptor?
What is the purpose of the system class in java?
What are the two mapping associations used in hibernate?
What are the new features added to servlet 2.5?
What is an entity in entity framework?
Explain about abstract classes in java?
Is jpa and hibernate same?
What is the difference between plain-validator and field-validator?
What is the use of callablestatement?
Explain the concept of a beanfactory?
Why do we need hashset in java?
why do we need log target when there is already a default logging mechanism available in datapower?
Explain integrate log4j in struts2 application?
What are the different phases of the portlet life cycle?