What is a translation unit?
No Answer is Posted For this Question
Be the First to Post Answer
How is jsp used in the mvc model?
mention the three important tags used in the development of jsp bean.
What are the jsp elements?
Differentiate between <jsp:include page=…> and <%@include file=…>.
Where do I create jsp in eclipse?
What is the use of 'out' implicit object?
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...........
What is called jsp directive?
What are the different types of jsp directive?
What do you mean by jstl?
What are the primary differences between the jsp custom tags and java beans?
What is jsessionid?