is servlet,struts are threadsafe or not.please telme correct
answer
Answer Posted / yadav1776
Yes, servlet and struts are thread safe.
Only one instance of servlet is created by servlet
container at startup.
Same is the case with struts, only one instance is created
of action servlet (considering struts 1.x).
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is a tasks priority and how is it used in scheduling?
Explain ioc concept?
What are JTA/JTS and how they used by client?
Why are component architectures useful?
How task's priority is used in scheduling?
Do I have to use jsps with my application?
which book is better for jdbc ,servlets and jsp
What are the different algorithms used for clustering?
Which class is the immediate superclass of the menucomponent class?
Which javutil classes and interfaces support event handling?
Explain RMI Architecture?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What are various types of class loaders used by jvm?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?