CS506-Midterm
1 / 50
Which of the following are passed as an argument to the paint ( ) method?
2 / 50
The classes which contain the word _____ are byte oriented streams.
3 / 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);
4 / 50
In Java garbage collection is done by_______________
5 / 50
Which of the following package needs to import while interacting with relational database?
6 / 50
You can ---------to a network using sockets.
7 / 50
A top level class without any modifier is accessible to
8 / 50
To create DataBaseMetaData object we write following line of code
9 / 50
Which of the following is called ' pure abstract class ' ?
10 / 50
Which of the following stream is a filter stream?
11 / 50
In Java an abstract class cannot be sub-classed
12 / 50
Map interface is derived from the Collection interface.
13 / 50
14 / 50
Which of the following statement object is used to execute stored procedures?
15 / 50
Event source can have --------- listeners registered on it.
16 / 50
17 / 50
CREATE, ALTER, DROP are _________ SQL statements.
18 / 50
You want a class to have access to members of another class in the same package. Which is the most restrictive access that accomplishes this objective?
19 / 50
In Java a final class must be sub-classed before it.
20 / 50
Which of these are valid declarations for the main method?
21 / 50
22 / 50
____________is/are the JSP Implicit Object(s).
23 / 50
Which of the following statements is true regarding Vectors with no specified base type?
24 / 50
JavaBeans are?
25 / 50
DSN stands for _________
26 / 50
A serializable class must implement the method(s)............
27 / 50
What if the main method is declared as private?
28 / 50
BorderLayout is the default layout manager for a JFrame’s content pane
29 / 50
Window Listener interface contains _______ methods.
30 / 50
The relationship between class and interface is called ________
31 / 50
Mouse events can be trapped for ________ GUI component.
32 / 50
33 / 50
34 / 50
What if the static modifier is removed from the signature of the main method?
35 / 50
There are _________ types of exceptions in Java
36 / 50
A serializable class must implement the method(s) _________.
37 / 50
38 / 50
HahMap takes key as a/an _________
39 / 50
40 / 50
A ___________ defines the way and method of communication between two parties.
41 / 50
42 / 50
Which of the following is a general purpose container?
43 / 50
Java program code is compiled into form called
44 / 50
Based on functionality, the streams can be categorized as________
45 / 50
A top level class may have only the following access modifier.
46 / 50
Socket is a --------------communication channel between hosts.
47 / 50
The collections API are defined in ______ package?
48 / 50
An abstract class --------------- instantiated.
49 / 50
50 / 50
All the exceptions and errors in java are inherited from _____ class.
Your score is
The average score is 32%
Restart quiz