12345678910



Question 1: Which statement is not true about ServletContext?
1. There is one ServletContext per one application
2. Generally it is used to get web app parameters
3. We can get Server Information though it
4. There is one ServletContext per one servlet