Can we use javascript with jsp pages?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of pagecontext in jsp?
Give uses of object cloning?
how to make a jsp page threadsafe?
How can I override the jspinit() method within a jsp page?
How can my application get to know when a httpsession is removed?
What are custom tags in jsp?
What is a jsp container?
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...........
How do we configure init params for jsp?
Can you make use of a servletoutputstream object from within a jsp page?
What is scriptlet tag?
how to print a string with out using out.println?
3 Answers Elementus Technologies,