|Home |Login |Registration |Struts Step by Step Tutorial |Hibernate Step by Step Tutorial |Spring Step by Step Tutorial |JSP Step by Step Tutorial |JDBC Step by Step Tutorial |Web Services Step by Step Tutorial |EJB fundamentals | ORACLE Step by Step Tutorial
Java mock test | SCJP mock test | SCJP DUMP | SCBCD mock test | SCWCD mock test | JSP mock test | ORACLE mock test | OCP mock test | Hibernate mock test | Servlet mock test | Struts mock test | EJB mock test | C mock test | C++ mock test | Aptitude mock test |Java online test exam | JSP online test exam | ORACLE online test exam | Hibernate online test exam | Servlet online test exam | Struts online test exam | EJB online test exam | C online test exam | C++ online test exam | Aptitude online test exam
***Java Code Examples*** |Technical Talk
Java interview questions | JSP interview questions | ORACLE interview questions | Hibernate interview questions | Servlet interview questions | Struts interview questions | JDBC interview questions | C/C++ interview questions | Spring interview questions | JMS interview questions | Informatica interview questions | EJB interview questions | OOPS and Design Pattern interview questions
Student Live Projects >>> Tech Talk >>>
                                                                                                                                                    

JSP interview questions

  • How do i include static files within a jsp page ? view answer
  • Image upload from JSP to DataBase ? view answer
  • How to Disable session in JSP page ? view answer
  • Q.How you do Session Management in JSP ? view answer
  • How can get the checked values from multiple check box checked ? or How to Handle multiple check box checked ? view answer
  • Q.How to send email through JSP/Java? view answer
  • Q.How to create and retrive a multiple selections list in jsp/servlet? view answer
  • Q.How to create a drop down list in jsp? view answer
  • Q. How to add and delete Cookie in jsp ? view answer
  • Q. How to Protect JSPs from direct access ? view answer
  • Q.How to upload an image from servlet/jsp into server from clients machine? view answer
  • Q.How do you delete a Cookie within a JSP? view answer
  • Q.How do you prevent the Creation of a Session in a JSP Page and why? view answer
  • Q.How does a servlet communicate with a JSP page? view answer
  • Q.which situation you use static include and dynamic include in jsp? view answer
  • Q.Difference between static include and dynamic include in JSP ? view answer
  • q.What's the Difference between Forward and Include? view answer
  • Q.How do you pass control from one JSP page to another? view answer
  • Q.How can I declare methods within my JSP page? view answer
  • Q.How can I implement a thread-safe JSP page? view answer
  • Q.How does JSP handle run-time exceptions? view answer
  • Q.How do I perform browser redirection from a JSP page? view answer
  • Q.How do I include static files within a JSP page? view answer
  • Q.How many JSP scripting elements and what are they? view answer
  • Q.What are the implicit objects? view answer
  • Q.How does a try statement determine which catch clause should be used to handle an exception? view answer
  • Q.How do I prevent the browser from caching my dynamic content? view answer
  • Q.Explain the life-cycle mehtods in JSP? view answer
  • Q.What are the different scope valiues for the ? view answer
  • What are implicit objects in JSP? view answer
  • What is a Expression,Declaration,Scriptlet in jsp? view answer
  • What is a Visible and Hidden Comment in jsp? view answer
  • Q. What is a Expression? view answer

!!! JSP interview questions !!!

How do i include static files within a jsp page ?



This is static include..
you can just include using below code
<%@ include file="header.jsp" %>
or
<%@ include file="footer.html" %>

Dynamic include you can do like below
<jsp:include page="header.jsp"/>

or you can pass parameter also
<jsp:include page="header.jsp">
<jsp:param name="title" value="Java Interview Questions"/>
</jsp:include>




The information you are posting should be related to java and ORACLE technology. Not political. Your Ad Here