Question :Can we use the constructor, instead of init(), to initialize servlet? (Servlets)
Answer :Yes , of course you can use the constructor instead of init(). There's
nothing to stop you. But you shouldn't. The original reason for init() was
that ancient versions of Java couldn't dynamically invoke constructors with
arguments, so there was no way to give the constructur a ServletConfig.
That no longer applies, but servlet containers still will only call your no-arg
constructor. So you won't have access to a ServletConfig or
ServletContext.
www.interviewhelper.org is a hope for all the Job seekers. Users can find unlimited here. These range from technical to HR, from functional to behavioral. www.interviewhelper.org contains in the fields like Ajax,VB,Networking,Sharepoint,JEE,Perl,Javascript,Bioinformatics,Classic ASP,Unix,Linux,Accounting,Oracle DBA,Microprocessor,Bluetooth,jms,jme,.net framework,ABAP,ASP,ASP.net,Basic .net Framework,Interview Questions,C language,C++,database,Oracle,Java,PHP,LAMP,SAP etc.
Saturday, March 14, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment