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

How can multiple submits due to refresh button clicks be prevented?

0 Answers  


What is expression tag in jsp?

0 Answers  


What are scripting elements?

0 Answers  


How do I create a dynamic web project?

0 Answers  


What is a jsp page?

0 Answers  






Can you call jsp from servlet?

0 Answers  


What is the difference between server side and client side programming?

0 Answers  


What are jsp implicit objects?

0 Answers  


What are the different types of jsp tags?

0 Answers  


What is a page directive?

0 Answers  


What is content type in jsp?

0 Answers  


What are the standard actions available in jsp?

0 Answers  


Categories