1. Java Servlets are efficient and powerful solution for creating ....................... for the web.A) dynamic contentB) static content C) hardwareD) both and b2. Filters were officially introduced in the servlet ........................ specification.A) 2.1B) 2.3C) 2.2D) 2.43. ..................... is the first phase of the servlet life cycle.A) Initialization B) ServiceC) DestructionD) Both a and b4. The service phase of the servlet life cycle represents all interactions with requests until the servlet is ......................A) createdB) runningC) initiatedD) destroyed5. GET methods are great for sending .................... amounts of information that you do not mind having visible in a URL.A) negligibleB) hugeC) smallD) both and b6. Several vendors are adding .........................