Exam 8: Classes and Objects: a Deeper Look
Exam 1: Introduction to Computers and Java24 Questions
Exam 2: Introduction to Java Applications23 Questions
Exam 3: Introduction to Classes and Objects18 Questions
Exam 4: Control Statements: Part 141 Questions
Exam 5: Control Statements: Part 225 Questions
Exam 6: Methods: a Deeper Look42 Questions
Exam 7: Arrays and Arraylists41 Questions
Exam 8: Classes and Objects: a Deeper Look31 Questions
Exam 9: Object Oriented Programming: Inheritance23 Questions
Exam 10: Object-Oriented Programming: Polymorphism25 Questions
Exam 11: Exception Handling28 Questions
Exam 12: Atm Case Study,part 1: Object-Oriented Design With the Uml18 Questions
Exam 13: Atm Case Study,part 2: Implementing an Object-Oriented Design4 Questions
Exam 14: Gui Components: Part 177 Questions
Exam 15: Graphics and Java 2d15 Questions
Exam 16: Strings26 Questions
Exam 17: Files,streams and Object Serialization22 Questions
Exam 18: Recursion14 Questions
Exam 19: Searching, Sorting and Big O14 Questions
Exam 20: Generic Collections41 Questions
Exam 21: Generic Classes and Methods13 Questions
Exam 22: Custom Generic Data Structures16 Questions
Exam 23: Applets and Java Web Start12 Questions
Exam 24: Multimedia: Applets and Applications12 Questions
Exam 25: Gui, Part 225 Questions
Exam 26: Multithreading25 Questions
Exam 27: Networking15 Questions
Exam 28: Accessing Databases With Jdbc35 Questions
Exam 29: Java Server Faces Web Applications15 Questions
Exam 30: Ajax-Enabled Jsf Web Applications7 Questions
Exam 31: Web Services27 Questions
Select questions type
The classpath consists of a list of directories or archive files,each separated by a ________ on Windows or a ________ on UNIX/Linux/Max OS X.
Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
B
A class within a package must be declared public if
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
B
The import declaration import java.util.*;is known as a ________.
(Multiple Choice)
4.8/5
(42)
A final field should also be declared ________ if it is initialized in its declaration.
(Multiple Choice)
4.8/5
(41)
By default,the classpath consists only of the ________.However,the classpath can be modified by providing the ________ option to the javac compiler.
(Multiple Choice)
4.8/5
(36)
A programmer-defined constructor that has no arguments is called a(n)________.
(Multiple Choice)
4.8/5
(31)
Set methods are also commonly called ________ methods and get methods are also commonly called ________ methods.
(Multiple Choice)
4.8/5
(43)
When compiling a class in a package,the javac command-line option ________ causes the javac compiler to create appropriate directories based on the class's package declaration.
(Multiple Choice)
4.8/5
(36)
The _________ of a class are also called the public services or the public interface that the class provides to its clients.
(Multiple Choice)
4.7/5
(38)
Enum types are implicitly ________ and enum constants are implicitly ________.
(Multiple Choice)
4.7/5
(34)
When no access modifier is specified for a method or variable,the method or variable:
(Multiple Choice)
4.9/5
(33)
Showing 1 - 20 of 31
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)