Q1. Select the correct statement(s) in the following. a. JTextField cannot be used as an alternative to JLabel. b. JLabel cannot be used as an alternative to JTextField. c. Button grouped radio button can be used as an alternative to JComboBox. d. ...
Home/Programming Language/Java/Page 4
SIKSHAPATH Latest Questions
Pavanagg
Asked: March 22, 2022In: Java
Which of the following is NOT a class of java.awt package? a. Button b. Component c. Dialog d. Paint
Pavanagg
Asked: March 15, 2022In: Java
Which of the following streams contains the classes which can work on character stream? a. InputStream b. OutputStream c. FileReader d. FileWriter