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
Which protocol will be used by browser and servlet to communicate
Write a command to get actual path of a servlet to the server?
What do you mean by chaining in servlet?
What do you mean by mime type?
How do I know if java is running on linux?
How will two or three servlets interact or communicate with each other?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Explain is servlet mapping?
What is the difference between Servlets and Applets?
What do you mean by default initialization in java servlet?
Does servlet have main method?
How to make sure a servlet is loaded at the application startup?
Write a servlet to upload file on server.
What is the use of servlet wrapper classes?
Describe servlet?