What is difference between jsp and javascript?
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?
How to retrieve warnings?
Can we override jspinit method?
What are JSP scripting elements?
How can we forward the request from jsp page to the servlet?
What are directives in jsp?
What are the different types of directives available in jsp?
What is session object in jsp?
What's the difference between javabeans and taglib directives?
What is the use of jsp and servlet?
How can we use beans in jsp?
What is jsp processing?