Multiple choice technology programming languages

What is the maximum number of parameter values that can be forwarded to the servlet from the following HTML form? (Choose one.)

Chapter 1 Question 9

Java C# C C++ Pascal Ada

  1. 2

  2. 3

  3. 4

  4. 5

  5. 6

  6. 7

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

The select element has 5 unselected options. With multiple attribute enabled, all 5 could be selected in addition to the 2 pre-selected ones (Java, C), giving 7 total. The submit button is a different parameter and doesn't affect the Languages count.