is servlet,struts are threadsafe or not.please telme correct
answer
Answer / 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 |
when we applied start()method on a thread ,how does it know that to execute run()method on that object?
what is stringBuffer and StringBuilder?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
How task's priority is used in scheduling?
Describe activation process?
When a thread blocks on i/o?
How has the sandbox changed with Java 2?
Connection Pooling with different type of databases?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What are the high-level thread states?
What’s jboss cache in short?
Brief description about local interfaces?