Total Questions:-119 Goto Page:
1
2 3 4 5 6 7 8 9 10 11 12
R4R ---> Articles--> JSP -->JSP Articles List
Page 1
Articles:
Attribute if the Beans : BEANNAME
Post Your View
ViewsSpecifies the serialized file or class file that contains the bean, used when first creating the bean. This is an optional attribute. For example:
BE
For More
By:umang
Date:
Articles:
Attribute if the Beans : CREATE
Post Your View
ViewsSpecifies if the bean should be created if it doesn’t already exist. Its value must be “yes” or “no”. The default is “yes”. If create is set to “no” a
For More
By:umang
Date:
Articles:
Attribute if the Beans : INTROSPECT
Post Your View
ViewsSpecifies if the server should set the bean’s properties using the parameter values in the client’s request. Its value must be “yes” or “no”. The defa
For More
By:umang
Date:
Articles:
Attribute if the Beans : NAME
Post Your View
ViewsSpecifies the name of the bean. This is the key under which the bean is saved if its scope extends across requests. If a bean instance saved under thi
For More
By:umang
Date:
Articles:
Attribute if the Beans : SCOPE
Post Your View
ViewsSpecifies if the bean should be assigned to a specific request or to a client session Its value must be “request” or “session”. The default is
“reque
For More
By:umang
Date:
Articles:
Attribute if the Beans : TYPE
Post Your View
ViewsSpecifies the name of the bean’s class or interface type. For example:
TYPE="UserPreferencesBean"
The type defaults to java.lang.Object
For More
By:umang
Date:
Articles:
Attribute if the Beans : VARNAME
Post Your View
ViewsSpecifies the variable name of the beans. This is the name used by the page to refer to the bean and invoke its methods.For the Example. :
For More
By:umang
Date:
Articles:
Behind the Scenes
Post Your View
Viewsits bassciallly use for the jsp we should know that hows can e use the JSp behind the secene .the server automatically creates, compiles, loads, and r
For More
By:umang
Date:
Articles:
Can I just abort processing a JSP?
Post Your View
ViewsYes! We can abort the processing of JSP because at the end every JSP file turned into a servlet and we can put a return statement into the service met
For More
By:Jalees
Date:
Articles:
Can we implement an interface in JSP ?
Post Your View
ViewsNo! In JSP we can't implement the interface. However we can use the class in the JSP file which has implemented the interface.
For More
By:Jalees
Date:
Go:
1
2 3 4 5 6 7 8 9 10 11 12