Multiple choice technology web technology

What is the default method that wicket uses while submitting forms?

  1. POST

  2. GET

  3. GETPOST

  4. REQUESTRESPONSE

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

Wicket uses POST as the default method for form submission. POST is preferred for forms because it can send larger amounts of data and doesn't expose parameters in the URL. GET can be explicitly configured but is not the default.