CS506-Midterm
1 / 50
In Java a final class must be sub-classed before it.
2 / 50
A serializable class must implement the method(s) _________.
3 / 50
Which of the following is true about AWT and SWING components?
4 / 50
JavaBeans are?
5 / 50
All the exceptions and errors in java are inherited from _____ class.
6 / 50
Event source can have --------- listeners registered on it.
7 / 50
Which of the following methods are invoked by the AWT to support paint and repaint operations?
8 / 50
An abstract class ---------------instantiated.
9 / 50
Window frame and dialog use ________ as their default layout.
10 / 50
Which of the following are passed as an argument to the paint () method:
11 / 50
Which of the following statement object is used to execute stored procedures?
12 / 50
Map interface is derived from the Collection interface.
13 / 50
Aside from the Scanner class, which of the following class/es can be used for text file file input
14 / 50
The code below draws a line. What color is the line? g.setColor(Color.red.green.yellow.red); g.drawLine(0, 0, 100,100);
15 / 50
If we remove String array from main then program____________
16 / 50
Aside from the Scanner class, which of the following classes can be used for text-file file input?
17 / 50
DSN stands for _________
18 / 50
19 / 50
20 / 50
A collection can store..........
21 / 50
An abstract class --------------- instantiated.
22 / 50
A top level class may have only the following access modifier.
23 / 50
In Java garbage collection is done by_______________
24 / 50
BorderLayout is the default layout manager for a JFrame content pane
25 / 50
A final class can't be extended.
26 / 50
JPanel and Applet use ________ as their default layout.
27 / 50
A top level class without any modifier is accessible to
28 / 50
29 / 50
The relationship between class and interface is called ________
30 / 50
Socket is a --------------communication channel between hosts.
31 / 50
Which of the following is called ' pure abstract class ' ?
32 / 50
What if the main method is declared as private?
33 / 50
Which of the following package needs to be import while handling files?
34 / 50
____________is/are the JSP Implicit Object(s).
35 / 50
36 / 50
Java developed in __________
37 / 50
38 / 50
Which of following can be thrown using the throw statement?
39 / 50
Exceptions must be handled while handling files otherwise it may lead to _____
40 / 50
You can ---------to a network using sockets.
41 / 50
Mouse events can be trapped for ________ GUI component.
42 / 50
There are _________ types of exceptions in Java
43 / 50
Static methods only access ___
44 / 50
Which of the following function will be used to register event handler with events generator (button)?
45 / 50
HahMap takes key as a/an _________
46 / 50
Which of the following stream is a filter stream?
47 / 50
Which of the following is true about abstract class?
48 / 50
Which of the following syntax is used to attach an input stream to console?
49 / 50
In Java an abstract class cannot be sub-classed
50 / 50
When defining a method you must include a ___________ to declare any exception that might be thrown but is not caught in the method.
Your score is
The average score is 32%
Restart quiz