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

What are the annotations used in servlet 3?

744


When a servlet accepts a call from a client, it receives two objects. What are they?

971


What are the steps involved in placing a servlet within a package?

817


What is http servlet in java?

735


Hello, My project requirement is like I need to create a web page using MVC pattern. I hava a bean class, jsp page, servlet, service and dao. My jsp has two fields. One is dropdown list. The option values has to get populated from the database table. The other one is a text box and its value has to come from database table. As of now I have defined the fields in bean class, got the values from database using arraylists in dao class and I called this from service class. Can anyone please tell me the workflow of how the servlet will get this arraylist and populate the arraylist values as dropdown options in jsp page? Also I would like to know the role of bean class in MVC pattern? Thanks in advance!

1987


Whether we can get deadlock situation in servlets?

791


What are the difference between RMI and Servlets?

1226


What is string tokenizer?

803


Write a servlet to upload file on server.

796


What is meant by a servlet?

776


What is a servlet?

814


What is api in servlet?

727


A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?

802


What is a servlet-to-servlet communcation?

837


How the JSP file will be executed on the Server side?

851