|
|
Servlets Interview Questions
What is Servlet?
Servlets are java Programs that can be deployed on a Java enabled web
server |
|
What are server -side includes?
A server side enables you to embed a Java servlet in an HTML document
How will you get the address of client?
The address of remote client can be tracked in the servlet by using the
getRemoteAddr() and getRemoteHost functions of HttpServletRequest
|
How will you intimate the
client about the size of the file sent?
The content length attribute of the Http header can be used
what are persistent cookies?
Cookies with expirytime are known as persistent cookies
what are the types of Schemes in Servlets
ftp,http or https
|
|
|