You are on page 1of 3

Short Question

Unit:I

Q.1 What is scripting languages. Explain JavaScript?


Q.2 What is the difference between JavaScript and Jscript?
Q.3 How to write a hello world example of JavaScript?
Q.4 How to use external JavaScript file?
Q.5 what is DOM? What is the use of document object?
Q.6 What is HTTP. Explain its advantages.
Q.7 What is Http Session.
Q.8 Describe web Server and application Servers.
Q.9 Write a Steps for Installation of Application servers.
Q.10 Explain the Configuration files and Web.xml.
Q.11 Explain the Deployment Descriptors.

Unit-II
Q.1 What is servlet? Explain the Servlet packages.
Q.2 describe Classes and Interfaces with proper Example.
Q.3 what is GET and POST methods.
Q.4 What is Session . Explain various Session Handling Methods.
Q.5 Describe Various elements of deployment descriptors.
Q.6 what are the types of servlets.
Q.7 What is the difference between GET and POST.
Q.8 Why do you need both GET and POST method implementations in Servlet?
Q.9 Who is loading the init() method of servlet?
Q.10 What is the advantage of Servlets over other serverside technologies.
Q.11 What is Server-Side Includes (SSI)?
Q.12 What is Single Threaded Model in Servlets and how is it useful give one practical example.
Q.13 What are the advantage of using Sessions over Cookies and URLReWriting?
Q.14 What is session tracking and how do you track a user session in servlets?
Q.15 What is Cookies and what is the use of Cookies ?
Q.16 What are cookies and how will you use them?
Q.17 How many Cookies is supported to the host ?
Q.18 What is meant by Httpsession and what is the use of sessions ?
Q.19 What are the methods in HttpSession and use of those methods?
Q.20 How do you communicate between the servlets.
Q.21 where the session data will store?
Q.22 What is Servlet Context?
Q.23 How do you debug the Servlet?
Q.24 How do u implement threads in servlet?
Q.25 How do you handle DataBase access and in which method of the servlet do you like to create connection.
Q.27 What are the different servers available for developing and deploying Servlets?
Q.28 Is it possible to communicate from an applet to servlet and how many ways and how?
Q.29 Is it possible to call servlet with parameters in the URL?
Q.30 What is Servlet chaining?
Q.31 How do servlets handle multiple simultaneous requests?
Q.32 How are Servlets and JSP Pages related?
Q.33 How do servlets handle multiple simultaneous requests?
Q.34 List out Differences between CGI Perl and Servlet?

Unit :III
Q.1 What is Java Server Pages.
Q.2 What is a JSP and what is it used for?
Q.3 What is difference between custom JSP tags and beans?
Q.4 What is JSP technology.
Q.5 What is JSP page.
Q.6 Describe Java.sql Package.
Q.7 How to get the object of DatabaseMetaData.
Q.8 what is connection pooling?What is need of connection pooling.
Q.9 How do we include static files within a JSP page.
Q.10 How do we restrict page errors display in the JSP page.
Q.11 How do I perform browser redirection from a JSP page.

Unit-IV
Q.1 What is JSP lifecycle.
Q.2 Describe JSP directives.
Q.3 How many JSP scripting elements and what are they.
Q.4 Describe implicit objects.
Q.5 Explain the Expression Language (EL).
Q.6 What do we mean by separation of Business Logic from Presentation Logic?
Q.7 Why use Java Bean?
Q.8 How to access the java bean class? Explain with Example.
Q.9 Descibe Attributes and Usage of jsp:useBean action tag.
Q.10 Explain jsp:setProperty and jsp:getProperty action tags.

Unit-V
Q.1 Explain jsp Session.
Q.2 describe session implicit object.
Q.3 Explain Exception Handling in JSP.
Q.4 describe types of Error in jsp.
Q.5 What is JSP Standard Tag Library.
Q.6 write advantages of Advantage of JSTL.
Q.7 Describe any five JSTL Tags.
Q.8 Explain JSTL Core <c:out> Tag.
Q.9 Descibe JSP Tag Library.
Q.10 What is MVC.

Long Question

Unit:I

Q.1 How Can Change HTML Content using JavaScript. Explain with Suitable Example
Q.2 Describe Generic Servlet Lifecycle.
Q.3 Write a Steps for Installation of Application servers.
Q.4 Explain the Directory Structure of Deployment Descriptors.
Q.5 Describe Web.xml Structure.
Q.6 Explain the Javascript variable and datatypes.
Q.7 Explain the javascript Loops with Suitable Example.

Unit:II

Q.1 Explain class with Suitable Example.


Q.2 Describe Interfaces, and Methods with Example.
Q.3 Explain Handling Forms with Servlets.
Q.4 Describe various steps in process of connection to the database.
Q.5 Explain the Various type of JDBC Driver.

Unit:III
Q.1 Explain the Type of Statement with Suitable Example.
Q.2 What is multiple users Connection pooling. Explain with Example.
Q.3 Write a basic steps to Connect with MySQL database.
Q.4

You might also like