Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the first statement in jsp page.

Answers were Sorted based on User's Feedback



What is the first statement in jsp page...

Answer / sandeep m

First statement in jsp can be anything such as a scriptlet
(<%.......%>), expression <%= .......%>), declaration
(<! ........>) or template text or java script.

Is This Answer Correct ?    17 Yes 3 No

What is the first statement in jsp page...

Answer / 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

What is the first statement in jsp page...

Answer / paku

page

Is This Answer Correct ?    7 Yes 2 No

What is the first statement in jsp page...

Answer / amutha

<%@ page language="java"------- %>
or
Any valid html tags or scriptlet

Is This Answer Correct ?    5 Yes 0 No

What is the first statement in jsp page...

Answer / paku

(<%.......%>), expression <%= .......%>), declaration
(<! ........>) or template text or java script.

Is This Answer Correct ?    2 Yes 0 No

What is the first statement in jsp page...

Answer / nilofar

<%@ page language="java"%>

Is This Answer Correct ?    2 Yes 1 No

What is the first statement in jsp page...

Answer / srikanth tummala

in any or any type of program in java the first statement
should be "package".

Is This Answer Correct ?    1 Yes 12 No

Post New Answer

More Servlets Interview Questions

What is connection pooling?

4 Answers   Wipro,


What is the difference between encodeRedirectUrl and encodeURL?

0 Answers  


java.lang.IllegalArgumentException: The path of an ForwardConfig cannot be null while working with struts it displayed pls very ungent

3 Answers   IBM,


Explain Action Servlet?

0 Answers   Cap Gemini,


What happens, if server sends a cookie to a browser that doesn't supports cookies?

2 Answers  


Which is the methods of generated servlet?

0 Answers  


Whether thread can be used in servlets?

0 Answers  


what are the CGI Programs?

5 Answers  


What are the uses of servlet

0 Answers  


What do you mean by default initialization in java servlet?

0 Answers  


Which httpsession object is used to view and manipulate information about a session?

0 Answers  


What is getservletcontext?

0 Answers  


Categories