Multiple choice technology programming languages

Vertical and horizontal scroll bar increments are how many units by default?

  1. 12.5 units

  2. 100 units

  3. 5 units

  4. 1 unit

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

In Java's AWT and Swing frameworks, the default unit increment for both vertical and horizontal scrollbars is 1 unit. This represents the distance the scrollbar moves when a user clicks the scroll arrows. Other values like 5, 12.5, or 100 are not the default.