1.

To create a Jetty server object, we have to import _____________(a) org.mortbay.jetty.Server;(b) org.jetty.Server;(c) org.junit.jetty.Server;(d) org.junit.Server;I got this question in an interview for job.This key question is from In-container Testing in portion In-container Testing of JUnit

Answer» CORRECT option is (a) org.mortbay.JETTY.SERVER;

EASIEST explanation: The Jetty Server is FOUND in “org.mortbay.jetty.Server”.


Discussion

No Comment Found

Related InterviewSolutions