what is the extended star schema
No Answer is Posted For this Question
Be the First to Post Answer
What are the two types of comments supported by jsp?
What is jsp taglib?
What is out in jsp?
Can I use javascript on jsp page?
How can we handle exceptions thrown by jsp service method?
Is jsp page extensible true false?
What is the jspdestroy() method?
How many types of jsp tags are there?
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 jsp and why is it needed?
What is jsp processing?
What are standard actions in JSP?