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 10746when exactly should we use throws ,and wen exactly should we use the try and catch for exceptional handling
2517There 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 6426In 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 11224how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
TCS,
2 8496Is it possible to create object with out its default constructor? if possible how? else not possible? justify
5 8351
What is the difference between equals() and == in java?
Can we return resultset in java?
What is the locale class?
Can we extract main method from another class?
What is parsing in java?
How is declarative handling of exceptions done in struts ?
What do you know about validation plugin ?
How to create a base64 decoder in java8?
Are jvm’s platform independent?
Find Best Job Vacancies across the world on Jooble!
What is a constructor overloading in java?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
explain different ways of using thread? : Java thread
What is the difference between filters and interceptors ?