Multiple choice technology web technology

Wicket does not hide the details of the Servlet API and the HTTP protocol.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Wicket explicitly abstracts away Servlet API and HTTP protocol details. Developers work with Java components and models, while Wicket handles HTTP requests, sessions, and parameters behind the scenes. The statement claims Wicket does NOT hide these details, which is false.