Java J2EE (14736)
J2ME (151)
Java Related AllOther (507) .while installing application server in silent mode, if it failed without creating any logs, how do you trouble shoot ?
2 10570when 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 6262In 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 11072how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
TCS,
2 8338Is it possible to create object with out its default constructor? if possible how? else not possible? justify
5 8036
Is arraylist an object in java?
How to get the server information in a servlet?
How does finally block differ from finalize() method?
What is the major advantage of external iteration over internal iteration?
What’s difference between managed associations and hibernate associations?
How to upgrade the latest patches in weblogic?
What is 2nd level cache?
What happens if we override only equals?
What is the use of private static?
What is apache struts framework?
Explain what access modifiers can be used for methods?
How do you load an image in a Servlet?
what is ibm web sphere edge server?
How do I disallow NULL values in a table?
How to solve the problem of generating the unique hash keys with hash function?