You are not logged in.

#1 2016-01-06 11:28:07

Muhammad
User RankUser RankUser RankUser RankUser RankUser Rank
بِسمِ اللَّهِ الرَّحمٰنِ الرَّحيمِ
From: Sahiwal Division
Registered: 2012-03-22
Posts: 22,197
Website

Which of the following attributes are used in <jsp:include /> tag?

Java Quizzes JSP (Java Server Pages)

Question:
Which of the following attributes are used in <jsp:include /> tag?

Option A):
id, type
Option B):
type, class
Option C):
type,page
Option D):
page, flush

Correct Answer is Option D):
page, flush

Explanation:
<jsp:include /> lets you insert files into the page being generated. The syntax looks like this:

<jsp:include page="relative URL" flush="true" />

Where page is the the relative URL of the page to be included. Flush is the boolean attribute the determines whether the included resource has its buffer flushed before it is included.


Online Web Tutorials And Interview Questions With Answers Forum:
https://globalguideline.com/forum/

2016-01-06 11:28:07

Advertisement
Ads By Google

Re: Which of the following attributes are used in <jsp:include /> tag?



\n

Board footer