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 10612when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
2483There 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 6303In 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 11105how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
TCS,
2 8368Is it possible to create object with out its default constructor? if possible how? else not possible? justify
5 8108
Why do we need data structure in java?
What are nested classes in java?
Can we have more than one application context in spring?
Is null an object in java?
What is meant by oops concept in java?
What are four types of JDBC driver?
How can we access some class in another class in java?
What is the exact difference in between unicast and multicast object? Where we will use?
What is stateless in java?
How does interceptor work in struts2?
What is jdbc thin client in oracle?
What is spring batch framework?
Is map ordered in java?
What are different order status?
How do generics work?