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