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 6256In 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 11062how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
TCS,
2 8320Is it possible to create object with out its default constructor? if possible how? else not possible? justify
5 8016There 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 12375
What is the boot?
What is difference between java.util.Date and java.sql.Date?
What are data-sources and what features do they offer?
What happens if a constructor is declared private?
Can a class have multiple constructors?
Can we use jms for sending automated e-mails?
What are the types of methods in java?
What is role of actionservlet?
Why we cannot override static method?
What is dispatchaction?
What is JDBC Transaction Management and why do we need it?
What is criteria in hibernate?
what is nested class in java?
can used Protected Class outside Function.?
What is a string what operation can be performed out with the help of a string?