Solved

Which Code Will Create a JSlider with a Range from 0

Question 51

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) Only I
B) Only II
C) Only III
D) I and II

Correct Answer:

verifed

Verified

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

Related Questions