You are not logged in.

#1 2016-01-06 06:59:45

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

Attributes are mandatory in <jsp:useBean /> tag?

Java Quizzes JSP (Java Server Pages)

Question:
Which of the following attributes are mandatory in <jsp:useBean /> tag?

Option A):
type,property
Option B):
type, class
Option C):
id, type
Option D):
id, class

Correct Answer is Option D):
id, class

Explanation:
The useBean action first searches for an existing object utilizing the id and scope variables. If an object is not found, it then tries to create the specified object using class.


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

2016-01-06 06:59:45

Advertisement
Ads By Google

Re: Attributes are mandatory in <jsp:useBean /> tag?



\n

Board footer