What is the difference between include directive and include action?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic web project?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
Why we use jsp instead of html?
What do you know about jsp expression language (jsp expression language – el)?
What are jsp and servlets?
How do you connect to the database from jsp?
What is difference between jspwriter and servlet printwriter?
Mention the advantages of jsp over pure servlets?
How many page directive we can use in a single JSP?
What are different implicit objects of jsp?
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 pagecontext jsp?