How to synchronize jsp page?
Answer / p.a.v.k.prasad
<%@ page isThreadSafe="true" >
isThreadSafe attribute takes true or false, the default value is true.This attribute specifies whether not a JSP page is thread safe.
if this attribute is set to false, only one thread can use the service.
if this attribute is true, simultaneous requests can be handled by this page.
| Is This Answer Correct ? | 13 Yes | 3 No |
how the action can be map from jsp page to bean class in mvc1
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Which textcomponent method is used to set a textcomponent to the read-only state?
What restrictions are placed on the values of each case of a switch statement?
What are the steps to write p-to-p model application?
Difference between swing and awt?
what is meant by JRMP?
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?
How has the sandbox changed with Java 2?
What are transaction attributes?
What are the oops concept?
Explain the purposes of methods wait(), notify(), notifyAll ()?