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 6255In 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 11050how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
TCS,
2 8319Is it possible to create object with out its default constructor? if possible how? else not possible? justify
5 7998There 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 12361
What is the difference in between cpp and java? Can u explain in detail?
When should you make a function static?
What are the types of casting?
What is configuration in hibernate?
Tell the issues faced in weblogic?
What is a locale?
what are the different modes of archival? Explain each mode in two lines each?
How to insert data into database using spring mvc and hibernate?
Java is pass by value or pass by reference? Explain
Why is orm preferred over jdbc?
How do you design microservices?
How can we call stored procedure in hibernate using named query?
What is the static field modifier?
What is struts and why it is used?
What is the main advantage of passing argument by reference?