Multiple choice technology programming languages ActionForm is not populate following object from reuest parameters? List String Boolean 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.