What are the implicit el objects in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
sample program for reading mails from inbox with file attacchments in servlet
Give the syntax for jsp comments.
What do you know about jsp expression language (jsp expression language – el)?
How to use jsp el to get http method name?
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...........
Give uses of object cloning?
Can you disable the caching on the back button of a particular browser?
What is the purpose of <jsp:usebean>?
Why jsp and servlets are used?
can i use vb script with jsp?
Is there a way to reference the "this" variable within a jsp page?
What is jsp include tag?