How to include a jsp file in another jsp file?
No Answer is Posted For this Question
Be the First to Post Answer
What is the jsp?
What is a javaserver pages (jsp)?
What Do you Mean By Object Serialization in java.
2 Answers Accenture, Cognizant,
What is session getattribute in jsp?
How can automatic creation of session be prevented in a jsp page?
How are jsp(java server pages) better than asp(active server pages)?
What are the different life-cycle methods?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
What is expression language injection?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What are different types of comments in jsp?
What do you mean by context initialization parameters?