Explain the jsp implicit objects?
No Answer is Posted For this Question
Be the First to Post Answer
A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?
What are the three tags used in jsp bean development?
How are jsp(java server pages) better than asp(active server pages)?
what is the extended star schema
Define Composition.
How does a servlet communicate with a jsp page?
How is scripting disabled?
What is jsp param?
What does .com stand for?
Why use of scripting elements in jsp is discouraged?
What are the elements of a jsp page?
Differentiate between pagecontext.include and jsp:include?