1.

To create a Jetty context object, we have to import _____________(a) org.mortbay.jetty.Context;(b) org.jetty.Context;(c) org.mortbay.jetty.servlet.Context;(d) org.junit.Server;I have been asked this question in semester exam.I'd like to ask this question from In-container Testing topic in section In-container Testing of JUnit

Answer» CORRECT option is (c) org.mortbay.jetty.servlet.Context;

To explain: The Jetty SERVER is FOUND in “org.mortbay.jetty.servlet.Context”.


Discussion

No Comment Found

Related InterviewSolutions