What is the first statement in jsp page.

Answer Posted / kalyan

<%@ page ......%> --->it is import statement used in jsp.
<%! declaration (intilization) %>

<% Script let code %> ---->it copied into same java
code we enter into the scriptlet code ,it cant change th
code.

<%= Expression code %> ----->it uses a expression code

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe in brief RequestDespatcher?

596


What is session?

643


How do you invoke a servelt?

630


What are the differences between servlet context vs servlet config?

582


How will you pass values from HTML page to the servlet?

557






How we can call a jsp from the servlet?

537


Explain servlet.

572


How to get the IP address of client in servlet?

632


What is new in ServletRequest interface ? (Servlet 2.4)

578


How can we implement a jsp page?

632


What are the uses of servlet

635


How do you communicate in between Applets and Servlets?

597


Explain the lifecycle of a servlet?

511


Why is init() method is used in servlets?

558


What is servlet looping or chaining?

660