What is a page directive?
No Answer is Posted For this Question
Be the First to Post Answer
What are the directives in jsp?
why JSP is bigger choice for software development as compare to ASP.
What are the jsp lifecycle phases?
Which is better jsp or javascript?
What is server side programming language?
What is jsp and its advantages?
What are directives in jsp?
difference betwwn 16 bit and 32 bit
What are the three tags used in jsp bean development?
how to u se 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...........
What do jsp literals consist of?