InterviewSolution
| 1. |
What Is The Architechture Of Servlet Package? |
|
Answer» SERVLET Interface is the central abstraction. All servlets implements this Servlet Interface EITHER direclty or indirectly ( may IMPLEMENT or extend Servlet Interfaces SUB classes or sub interfaces) Servlet Servlet Interface is the central abstraction. All servlets implements this Servlet Interface either direclty or indirectly ( may implement or extend Servlet Interfaces sub classes or sub interfaces) Servlet |
|