Why is used in jsp?



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

Post New Answer

More JSP Interview Questions

How to use jsp el to get http method name?

1 Answers  


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...........

1 Answers  


What is jsp param?

1 Answers  


What are the types of directives in jsp?

1 Answers  


What will happen if iselignored attribute is set as false?

1 Answers  


What are the implicit, internal objects and methods on the jsp page?

1 Answers  


how to disable the expression language in a jsp?

1 Answers   Elite Construction,


Which implicit object is not available in normal jsp pages?

1 Answers  


What are different implicit objects of jsp?

1 Answers  


Can Static method be Override?

1 Answers  


What are custom tags in jsp?

1 Answers  


What are context initialization parameters?

1 Answers  


Categories