1) Scenario: I developed my application on local system and
everything is perfect and tested. Now on UAT this
application is deployed on clustered server environment.
They are logical or physically clustered. But application is
not working over there.
 What is the issue with application?
 What are the first things which come in your mind?
Answer / rajesh
1. There might be some global parameter needs to be set for
Application to work with clustered envoirenment.
2. When the application was tested it was tested on
standalone envoirenment hence it is not necessary that it
will work in clustered mode with the same settings.
| Is This Answer Correct ? | 5 Yes | 1 No |
Which class is the immediate superclass of the menucomponent class?
what is the proxy pattern?
Difference between new operator and class.forname().newinstance()?
Is System.err.println(""Statement"); is execute the output on console . Example: System.err.println("Hello JAVA");
what is a portable component?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What you mean by COM and DCOM?
I wantr to know, How many number of users logged in to website? can any one answer
What is the immediate superclass of the applet class?
Is “abc” a primitive value?
what is the Remote Stub?
Difference between swing and awt?