InterviewSolution
Saved Bookmarks
| 1. |
A _____________ handler is attached to the root to serve files from the file system.(a) SourceHandler(b) ResourceHandler(c) AttachHandler(d) RootHandlerThis question was addressed to me during a job interview.This interesting question is from In-container Testing topic in division In-container Testing of JUnit |
|
Answer» CORRECT option is (B) ResourceHandler To explain I WOULD say: The ResourceHandler is ATTACHED to serve files from the file system. |
|