what is the page attribute in JSP?

Answers were Sorted based on User's Feedback



what is the page attribute in JSP?..

Answer / bikash

page derective

Is This Answer Correct ?    4 Yes 0 No

what is the page attribute in JSP?..

Answer / ravikiran chhaduvula

page is an implicit object in JSP which is one among the
four scopes of the objects the other three are
request,session & application.page scope will be aquired
thru pagecontext object

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What are the two kinds of comments in jsp and what's the difference between them ?

0 Answers  


Give a sample jsp configuration in the deployment descriptor.

0 Answers  


What is jsp in html?

0 Answers  


Explain the difference between servlet and jsp?

0 Answers  


What is the use of jsp and servlet?

0 Answers  






What are jsp lifecycle methods?

0 Answers  


What is out println in jsp?

0 Answers  


What is contextpath in jsp?

0 Answers  


What is auto-flush attribute?

0 Answers  


What are directives? What are the different types of directives available in jsp?

0 Answers  


What is jsp custom tag and what are it’s components?

0 Answers  


What are the steps involved in reading data from a form using jsp?

0 Answers  


Categories