How to get value from java to jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we use expression language in jsp?
What language is used to write servlets and jsp?
What are the components that make up a tag library in jsp?
What are the different types of directives available in jsp?
What are request and response objects?
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 do I open a jsp file?
Why is jsp used for?
What is <jsp:usebean> in jsp?
Can Static method be Override?
How can we disable el?
How to implement a thread-safe jsp page?