Hi Shaji !
       You can directly use the method as  (servletName).(methodName() ) if
it's a static  method. Or  Else u can use the default constructor with no
parameters for the servlet as :

(servletName)  abc = new  (servletName) ;
String pqr = abc.(methodName(String xyz, int lmn));

It's not necessary to define such a constructure in the servlet since it's
the default constructor of any class.

Abhay

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to