siva kumar


{ City } chennai
< Country > india
* Profession * java programmer
User No # 31841
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 30
Users Marked my Answers as Wrong # 17
Questions / { siva kumar }
Questions Answers Category Views Company eMail




Answers / { siva kumar }

Question { 17507 }

What are JSP Directives?


Answer

jsp directives are used to avoid java code from jsp.
jsp directives are 1.page 2.include and 3.taglib.
Attributes for page direcites are
import,language,contentType,errorPage,isErrorPage,buffer,autoFlush,
session,threadSafe,extends,info,pageEncoding and isELIngnored

Attributes for include directives are
page and file

Attributes for Taglib directive are
uri,prefix and tagdir

Is This Answer Correct ?    7 Yes 3 No

Question { 20654 }

What are implicit objects?


Answer

implicit objects are objects which can be used in jsp
without declaring those objects.For Ex we are using 'out'
implicit object without declaring it,but internally it is
declared in a servlet which is created for jsp. Totally we
hav 10 implicit objects.we can use these implicit objects in
either scriptlets or expressions only.if we want to use
implcit objects in declarations we need to pass explicitily.

Is This Answer Correct ?    20 Yes 6 No


Question { 13882 }

can i use vb script with jsp?


Answer

of course we can use vb script in jsp,but we need to mention
<%@page language="vbscript"%>.

Is This Answer Correct ?    3 Yes 8 No