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...

how can we create object to a class in a jsp file?

Answer Posted / samuel.j

use the page import tag to import ur class and execute
methods of the class

< % @ page import = packageName.Classname %>
<%

ImportedClass object = new ImportedClass();
object.executeMethods();

%>

Please check for some documentation as to including XSLT in
JSP

Is This Answer Correct ?    60 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What exception should be thrown when servlet is not properly initialized?

1059


Explain the difference between jsp and servlet?

1148


How do we go with database connection and log4j integration in servlet?

1240


What are the different session tracking techniques?

1244


What do you mean by url pattern in servlet?

1161


What is servlet mapping?

1079


Which protocol will be used by browser and servlet to communicate

1108


What are the jobs performed by servlets?

1146


List out the difference between ServletConfig and ServletContext?

1106


What is url encoding and url decoding

1233


Differentiate between the web server and application server?

1107


What is the importance of init() method in Servlet ?

1134


Can we get PrintWriter and ServletOutputStream both in a servlet?

1191


Is java servlet still used?

1091


Explain jsessionid and when is it created?

1191