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 |
What are the steps to write p-to-p model application?
Which are the different segments of memory?
life cycle of an applet?
What is JasperReports?
does j2ee means advanced java
What is there in browser that it supports web based applications of java or any other PL?
Brief description about local interfaces?
What is the initial state, When a thread is created and started?
what is difference between checked exception & unchecked exception in java?
how do you Handle Front End Application data against DB with example?
0 Answers Campus Interaction, HCL,
What exceptions are thrown by RMI?
what is heepStored?