Multiple choice

Which of the following methods are present in the JScrollPane class in java?

  1. isWheelScrollingEnabled()

  2. isScrollingWheelEnabled()

  3. getScrollsOnExpand()

  4. Both 1 and 2

  5. Both 1 and 3

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

As I explained both the methods of option 1 and 3 are valid in JScrollPane class. So, this answer is true.