How jsp is executed by web server?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between custom jsp tags and beans?
Is jsp a programming language?
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...........
Can jsp contain javascript?
What are the standard actions available in jsp?
Which jsp implicit objects are thread safe?
What are the implicit el objects in jsp?
What is a declaration statement?
why JSP is bigger choice for software development as compare to ASP.
How to call java method in jsp page on button click?
What is the difference between server side and client side programming?
How do you connect to the database from jsp?