Explain various implicit objects in expression language.
No Answer is Posted For this Question
Be the First to Post Answer
What is jsp servlet?
Is it possible to share an httpsession between a jsp and ejb? What happens when I change a value in the httpsession from inside an ejb?
How do we catch exception and process it using jstl?
What is the jsp?
What is JTGrid?
which is the place to learn java in chennai..
How does JSP handle run-time exceptions?
Why are jsp pages the preferred api for creating a web-based client program?
Why is jstl used?
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 the differences between the jsp custom tags and java beans?
What are JSP scripting elements?