Multiple choice Which of the following is true about ServletContext interface in servlet? This interface defines a set of methods that a servlet uses to communicate with its servlet container. There is only one servlet context object in the entire web application. There is one servlet context per servlet in the web application. All of the above Only (1) and (2) Reveal answer Fill a bubble to check yourself E Correct answer Explanation Yes, both are the true options.