aspose file tools
The moose likes Servlets and the fly likes way of initializing varialbes in Servlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "way of initializing varialbes in Servlet" Watch "way of initializing varialbes in Servlet" New topic
Author

way of initializing varialbes in Servlet

Ahmed Shaikh
Ranch Hand

Joined: Jul 25, 2005
Posts: 51
Hi All,
Any one please tell the different ways of initializing variables in servlet;

Thanx in advance
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

In what way ie what are you trying to accomplish?
Ahmed Shaikh
Ranch Hand

Joined: Jul 25, 2005
Posts: 51
I want to know how We can "Initialized variables in servlet ".
Is there any way of initializing variable sin servlet.
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56224
    
  13

The fact that you cannot clarify your question leads me to suspect that it's a homework question. Am I correct?


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: way of initializing varialbes in Servlet
 
Similar Threads
Why init() when there is constructor?
ServletContextListener and jspInit
init() method ........
what is the use of servletConfig
why we cant't use constructor for initializing servlet