Web Technologies Mid - I, September - 2014
1.The popular method of creating server side programs is by means of
-
HTML
-
Java Script
-
Beans
-
Servlet
-
Answer: D
2.Servlets are most commonly used with ________
-
HTTP Servlet
-
HTTP Get
-
Cookies
-
JSP
-
Answer: A
3.JSP is a ___ language
-
Programming
-
Scripting
-
Object Oriented
-
Conventional
-
Answer: B
4.Server Side validation is done by
-
JSP
-
Servlet
-
Beans
-
Java Script
-
Answer: A
5.JSP pages can be processed using JSP _______ only.
-
Text
-
tags
-
Container
-
Translation
-
Answer: C
6.____ content can be handled using JSP.
-
Static
-
Dynamic
-
specification
-
HTML
-
Answer: B
7.The first line in the JSP is JSP ____ element.
-
Directive
-
Standard Tag Library
-
Scripting Elements
-
Expression Tag
-
Answer: A
8.________ objects are predefined variable used to access request and application data.
-
Request
-
Response
-
Implicit
-
Config
-
Answer: C
9.JDBC is an ___________.
-
Data Base
-
Interface
-
Programming Language
-
API
-
Answer: D
10._____ statement is a pre-compiled statement.
-
Select
-
Result
-
Prepared
-
None
-
Answer: C
11._____________ is a mechanism we can keep track of previous sessions.
Answer: Session
12.____________ is a language independent interface that allows a server to start an external process.
Answer: CGI
13.JSP page is converted to corresponding __________________.
Answer: Servlet
14.A requested page is returned to client as _______________.
Answer: Response
15.JSTL stands for ______________________.
Answer: Java Standard Tag Library
16.______________ allows us to embed the java code in the JSP page.
Answer: Scriplets
17._____________ is a frame work software used for developing the java web applications.
Answer: Struts
18._____________ components provide a model for business logic and design behind strut program.
Answer: Model
19.___________________ is used to represent the database result.
Answer: Result set
20.______________ contains a message about the problem and its cause.
Answer: Stack trace