View Full Version : Servlets
- What is HTTP Tunneling?
- What is Generic Servlet and how it is different from Http Servlet
- Can we use javascript in Servlets
- Can we use servlets in JavaScript
- Can threads be used in Servelet
- How to invoke a Servlet
- How to run a servlet program
- How to debug a servlet
- How servlets can be automatically reloaded
- How many Cookies can a host support
- How variables can be accessed across the sessions
- How to handle the debug errors in servlets
- How native code can be used in a servlet
- How an Image can be loaded in a Servlet
- How threads are implemented in servlets
- How to pass JavaBeans data to JSP using Servlets
- What method is used to create database connection in servlets
- How multiple simultaneous requests can be handled by servlets
- What is the difference between doGet and doPost
- What are the difference between HttpServlet and GenericServlets
- Is it possible to send a mail from a servlet? Explain
- What is Single Threaded Model in Servlets? Explain this with an example
- What are the way a client can be tracked
- What happens, if server sends a cookie to a browser that doesn't supports cookies
- How values can be passed from HTML page to servlet
- What methodology can be followed to store more number of objects in a remote server
- How session tracking can be achieved, if your browser doesn't support cookies
- How do you create connections for number of users, if you want to improve performance
- Is there any need to shutdown the web server, if you want to modify a servlet
- How will you open a new page after certain interval of time (5 sec)
- What is multiple server
- Can a servlet be called by passing its name as a parameter in the URL
- Which type of data passing is used in realtime
- Explain in detail about applet to servlet communication
- Explain life cycle of a Servlet
- In howmany ways applet-servlet communication can be done
- What happens, when client requests for server object, is not loaded in memory
- What are cookies and how will you use them
- What is session variable in servlets
- What are the classes and interfaces for servlets
- Name the servers that can be used to develop and deploy Servlets
- How are Sessions are more advantage than using of Cookies or URLReWriting
- What are the exceptions thrown by Servlets
- What are the methods in HttpServlet
- What are the methods in HttpSession and their use
- What are the security issues in Servlets
- What type of protocols are used in HttpServlet
- What are different types of Servlets
- What are the types of ServletEngines
- What is Server-Side Includes
- What are different types of SessionTracking
- How a user session can be tracked in servlets
- What is servlet exception
- What is ServletContext() and what is its use
- What is servlet tunnelling
- What are the parameters of the service method
- What is context switching
- What is Client-Server Computing
- What is a Proxy Server
- What is a Session Id
- What is URL Rewriting
- What is Servlet Context
- What is HTTP Session
- What is DSN and System DSN and what is the difference between them
- What is the ServletConfig() and what is its use
- What is the advantage of Servlets when compared with other server side technologies
- What is the default HttpRequest method
- What is the capacity that doGet method can send to the server
- What is the advantage of using Servlets over CGI programming
- What is the difference between ExecuteUpdate and ExecuteQuery
- Explain the difference between GET and POST methods
- Explain the methods in Generic and HTTP Servlets
- What is the protocol used by Server & Client
- What is the role of the webserver
- What is the use of Servlets
- What are setComment and getComment methods in Cookies
- What are setSecure() and getSecure() methods in Cookies
- Name the webserver that is used to run Servlets
- What is use of parseQueryString
- What methods do we use in Servlet to Applet communication
- When the methods init() and Distroy() will be called
- init() method of servlet loaded by
- What is the need of session tracking in HttpServlet
- Why setMaxAge() and getMaxAge() methods are used in Cookies
- How can you maintain servlet chaining
- Where the session data will stored
- What are the Internal servlets maintained by the web server
- What are the CGI Programs
- What are the different services provided by the web server
- What are binding listeners
- Life Cycle of servlets
- How can you give alias to servlets
- What is servlet and what you get when we use servlets
- In servlets, Why do we need both GET and POST method implementations
- How do you maintain sessions in servlets
- How the HTML data stored in web server
- What are the disadvantages of cookies
- How to make servlet thread safe
- How to maintain security in servlets
- HTTP tunneling means what
- What is meant by servlet to servlet communication
- In which cases Destroy() is invoked
- What is SSL
- Is the init(ServletConfig sc) throws IOException or not
- What is a session object
- How to prevent browser from caching the page content
- How long do servlets last
- How to pass a request object of one servlet as a request object to another servlet
- How do you pass the data from one servlet to another servlet
- How to deal with multi-valued parameters in a servlet
- How to set a cookie that is persisted only for the duration to the clients session
- Can we override the ActionServlet
- How we can check in particular page the session will be alive or not
- What is Servlet life cycle
- What advantages do Servlets have over CGI programs
- What is difference between Forward() and sendRedirect() method
- How ThreadSafe page attribute will be working in Servlet as well as in JSP
- Difference between Include, Forward and sendRedirect in Servlet
- What is the difference between an applet and a Servlet
- Can i call destroy() method in init() method of Servlet
- What are the types of process that could help to maintain the Session? Explain
- Can i call init() method in destroy() method of Servlet.
- What is use of parseQueryString
- Which method the Servlet container call to create the instance of the Servlet
- What is the difference between Servlet and JSP? Advantage of JSP over Servlet
- How do you track a user session in servlets
- Can Servlet have instance variables
- Can we create more than one ServletContext and ServletConfig in your application
- When you compiling the Servlet is it necessary to restart the tomcat server
- How the jsp page can be regenerated
- How the server will know its the same jsp page
- When the jsp page is translated to servlet
- How can we create object to a class in a jsp file
- What is the difference between Servlet Config and Servlet context
- Can you send the mail from a servlet ,if yes tell how
- Is it possible to call servlet with parameters in the URL
- Why should we go for interservlet communication
- Directive Include and Action Include how both are working in JSP its difference
- We can?t Override Jsp Service method
- If you want to modify the Servlet, will the Webserver need to be Shutdown
- I have class files in class folder but I have no java files, but i want to modify
- Can u tell me that why there is need of "init()" why can not we initialize
- What is the difference if we write code in following manner class extends httpservlet
- Where the generated jsp source file are stored