Exam 4: Web Development and JSP

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The difference between Servlets and JSP is the …………….

Free
(Multiple Choice)
4.8/5
(34)
Correct Answer:
Verified

C

Which tag should be used to pass information from JSP to included JSP?

Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
Verified

B

_jspService() method of HttpJspPage class should not be overridden.

Free
(True/False)
5.0/5
(46)
Correct Answer:
Verified

True

Which are the session tracking techniques? i. URL rewriting ii. Using session object iii.Using response object iv. Using hidden fields v. Using cookies vi. Using servlet object

(Multiple Choice)
4.9/5
(37)

JavaServer Pages often serve the same purpose as programs implemented using the Common Gateway Interface (CGI)

(True/False)
4.7/5
(43)

Which one is the correct order of phases in JSP life cycle?

(Multiple Choice)
4.8/5
(32)

Which packages does a JSP API consist of?

(Multiple Choice)
4.9/5
(48)

Why DB connections are not written directly in JSPs?

(Multiple Choice)
4.8/5
(41)

Which is not a directive?

(Multiple Choice)
4.8/5
(36)

Which of the following are the valid scopes in JSP?

(Multiple Choice)
4.9/5
(33)

The ASP and JSP technologies are quite similar in the way they support the creation of Dynamic pages, using HTML templates, scripting code and components for business logic.

(True/False)
4.8/5
(41)

Which http method send by browser that asks the server to get the page only?

(Multiple Choice)
4.8/5
(37)

JSPs eventually are compiled into Java servlets, you can do as much with JSPs as you can do with Java servlets.

(True/False)
4.8/5
(39)

The values of <servlet-name> and <servlet-class> in web.xml file

(Multiple Choice)
4.9/5
(31)

Which technology do we mix our business logic with the presentation logic?

(Multiple Choice)
4.8/5
(35)

Which is the Microsoft solution for providing dynamic Web content?

(Multiple Choice)
4.9/5
(43)

JSP includes a mechanism for defining …………………………. or custom tags.

(Multiple Choice)
4.7/5
(47)

A JSP page consists of which tags?

(Multiple Choice)
4.9/5
(33)

A deployment descriptor describes

(Multiple Choice)
4.7/5
(34)

Which of the scripting of JSP not putting content into service method of the converted servlet?

(Multiple Choice)
4.8/5
(39)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)