Define JSP Scriptlet.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

How do I include static files within a jsp page?

0 Answers  


How do you comment out in jsp?

0 Answers  


What is the difference between a jspwriter and a servlet printwriter?

0 Answers  


What is the full form of jsp?

0 Answers  


What is the purpose of <jsp:setproperty >?

0 Answers  


Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

0 Answers  


Are application, pageContext and object of ServletContext same or not?

2 Answers  


can i extend jsp page like other java classes ?

3 Answers  


Explain static method?

0 Answers  


What is the use of jstl?

0 Answers  


Can we use the exception implicit object in any jsp page?

0 Answers  


Explain translation phase.

0 Answers  


Categories