Why is used in jsp?
Answer / Sinkesh Kumar
'<%= %>' is a JSP scriptlet that allows you to write Java code within an HTML page. The output of the Java code will be written directly to the response.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to use jsp el to get http method name?
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 param?
What are the types of directives in jsp?
What will happen if iselignored attribute is set as false?
What are the implicit, internal objects and methods on the jsp page?
how to disable the expression language in a jsp?
Which implicit object is not available in normal jsp pages?
What are different implicit objects of jsp?
Can Static method be Override?
What are custom tags in jsp?
What are context initialization parameters?