Categories:
.NET (357)
C (330)
C++ (184)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (2)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Can you override jspInit() method? If yes, In which cases?
Can you override jspInit() method? If yes, In which cases?
✍: Guest
ye, we can. We do it usually when we need to intialize any members which are to be available for a servlet/JSP throughout its lifetime.
2013-08-16, 3334👍, 0💬
Popular Posts:
Why does malloc(0) return valid memory address? What's the use? malloc(0) does not return a non-NULL...
What is the concept of XPOINTER? XPOINTER is used to locate data within XML document. XPOINTER can p...
How can we know the number of days between two given dates in PHP? Simple arithmetic: <?php $...
How To Wirte a Simple JUnit Test Class? This is a common test in a job interview. You should be able...
How To Create an Add-to-Bloglines Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS News...