Solved

Which of the Following Code Statements Creates a Graphical Button

Question 13

Multiple Choice

Which of the following code statements creates a graphical button which has "Calculate" as its label ?


A) Button JButton = new Button("Calculate") .
B) button = new Button(JButton, "Calculate") .
C) button = new JButton("Calculate") .
D) JButton button = new JButton("Calculate") .

Correct Answer:

verifed

Verified

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

Related Questions