Computer Programming MCQs — Test 153
Page 1 of 3
Question 1
In Java byte, short, int and long all of these are ____________?
Question 2
Suspend thread can be revived by using ?
Question 3
Minimum threads in a program are________________?
Question 4
Which driver is called as thin-driver in JDBC ?
Question 5
Which among following classes is not part of Java’s collection framework ?
Question 6
Executable applet is_________________?
Question 7
String is the predefined ?
Question 8
All raw data types should be read and uploaded to the database as an array of________________?
Question 9
The following fraction of code double STATIC = 2.5 ; System.out.println( STATIC ); ?
Question 10
Which statements are most accurate regarding the following classes? class A{private int i; protected int j; } class B extends A{ private int k; protected int m; } ?