Multiple choice technology programming languages

ActionForm is not populate following object from reuest parameters?

  1. List

  2. String

  3. Boolean

  4. Collection

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

ActionForm cannot automatically populate Collection types from request parameters. It handles simple types (String, Boolean) and arrays, but not generic Collection interfaces due to type ambiguity.