What are the elements of a jsp page?
No Answer is Posted For this Question
Be the First to Post Answer
What is a jsp expression?
Explain jsp?
Which jsp method cannot be overridden?
What is jsp? Explain
What are jsp and servlets?
What is jsp language?
Is jsp a programming language?
How to include a jsp file in another jsp file?
Can we use javascript 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 is jsp in javascript?
What information is needed to create a tcp socket?