How ThreadSafe page attribute will be working in Servlet as
well as in JSP?Automatically ThresdSafe is true in JSP so
service method will be destroy in each and every request or
not?so how thresd will handle srevice method?
Answer / abilash
servlet: it must implement SingleThreadModel for thread safe
jsp: isthreadSafe="false"
| Is This Answer Correct ? | 1 Yes | 0 No |
What are advantages of servlets over cgi?
Which method is called when reference variable is passed in system.net?
where the generated jsp source file are stored?
Explain the concept of ssi ?
How the JSP file will be executed on the Server side?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Can you explain in detail 'javax.servlet' package?
In servlets, Why do we need both GET and POST method implementations?
Explain servlet.
What is the main purpose of java servlets?
Which are the different ways you can communicate between servlets?