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. ...
SIKSHAPATH Latest Questions
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” .
Write a Python program to combine two dictionary adding values for common keys. d1 = {‘a’: 100, ‘b’: 200, ‘c’:300},d2 = {‘a’: 300, ‘b’: 200, ‘d’:400} Write a Python program to find the highest 3 values of corresponding keys in a ...
On the basis of List learning write and give the output of the followings programs Write a Python program to get a list of 11 heterogeneous type elements, sort it in increasing order, apply repetitive operator on 1st 3 elements, calculate ...
Write a Python program to find the highest 3 values of corresponding keys in a dictionary.