What is jsp expression language and what are it’s benefits?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the steps for creating custom tags in jsp?
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?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
How we can include the result of another page in jsp?
why we use jsp as view
3 Answers NCS, Scope International,
How can automatic creation of session be prevented in a jsp page?
Why are the request.getrequestdispatcher() and context.getrequestdispatcher() used?
What is scriptlet in jsp?
What are the advantages and disadvantages of thread-safe jsp page?
what will happen if we disable cookies in the web page?
What are the different scope values for the <jsp:usebean> tag?