What is translation phase?
No Answer is Posted For this Question
Be the First to Post Answer
Is jsp compiled?
What class.forname will do while loading drivers?
What are the components of jsp?
Explain client-side and server-side validation.
How many types of jsp tags are there?
What are the different jsp element types?
Why is it not necessary to configure standard jsp tags in web.xml?
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 is jsp and its advantages?
What are different types of comments in jsp?
What are the types of jstl tags?
Why is it that JComponent have add() and remove() methods but Component doesn’t?