Multiple choice technology web technology

With wicket,we can get benefits of which technology even when you are using just java and just HTML.

  1. JSP

  2. Servlets

  3. Ajax

  4. Applet

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

With Apache Wicket, developers get the benefits of Ajax functionality (partial page updates, dynamic content refresh) without writing raw JavaScript code. Wicket's Ajax-enabled components handle all the complex Ajax plumbing behind the scenes while you work with just Java and HTML. The correct answer is Ajax.