Which of the following is/are interface(s) in javax.swing package? a. MenuElement b. BoxLayout c. JComponent d. Scrollable
SIKSHAPATH Latest Questions
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. ...
Q1. How can we identify which book is written by which author? a. By matching handwriting.b. By analyzing word length with previous books.c. By analyzing the number of pages in a book.d. By analyzing the book’s preface. Q2. How can a list ...
Print Sample string like “hello world” .
Consider the two statements: Statement 1: Gradient Boosted Decision Trees can overfit easily. Statement 2: It is easy to parallelize Gradient Boosted Decision Trees. Which of these are true? a. Both the statements are True. b. Statement 1 is true, and statement 2 is false. c. ...
Consider a relation R(A,B,C). A functional dependency AB →C holds on R. Then it is also true that: a. A→C holds on R. b. B→C holds on R. c. AB is a key. d. Both A & B are true.