Solved

Which Code Will Create a JSlider with a Range from 0

Question 66

Multiple Choice

Which code will create a JSlider with a range from 0 to 100, with an initial value of 50?
I new JSlider()
II new JSlider(0, 100, 50)
III new JSlider(50, 0, 100)


A) I
B) II
C) III
D) I and II

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions