Can we write java code in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
How can you avoid scriptlet code in jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
Which directive is used in jsp custom tag?
What does .com stand for?
What are the primary differences between the jsp custom tags and java beans?
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...........
When the destroy method of the jsp's are called?
Why is it not recommended to use script elements in jsp?
What is pagescope in jsp?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
What are the elements of a jsp page?
Why are jsp pages the preferred api for creating a web-based client program?