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
What are the annotations used in servlet 3?
When a servlet accepts a call from a client, it receives two objects. What are they?
What are the steps involved in placing a servlet within a package?
What is http servlet in java?
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!
Whether we can get deadlock situation in servlets?
What are the difference between RMI and Servlets?
What is string tokenizer?
Write a servlet to upload file on server.
What is meant by a servlet?
What is a servlet?
What is api in servlet?
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 ?
What is a servlet-to-servlet communcation?
How the JSP file will be executed on the Server side?