Exam 19: Java Never Ends
Exam 1: Getting Started46 Questions
Exam 2: Console Input and Output29 Questions
Exam 3: Flow of Control43 Questions
Exam 4: Defining Classes I44 Questions
Exam 5: Defining Classes Ii46 Questions
Exam 6: Arrays47 Questions
Exam 7: Inheritance43 Questions
Exam 8: Console Input and Output43 Questions
Exam 9: Exception Handling45 Questions
Exam 10: File IO46 Questions
Exam 12: Uml and Patterns22 Questions
Exam 13: Interfaces and Inner Classes32 Questions
Exam 14: Generics and the Arraylist Class31 Questions
Exam 15: Linked Data Structures43 Questions
Exam 16: Collections and Iterators44 Questions
Exam 17: Swing I37 Questions
Exam 18: Swing II31 Questions
Exam 19: Java Never Ends18 Questions
Exam 11: Recursion43 Questions
Exam 20: Applets25 Questions
Select questions type
Discuss the components of the JavaBean model.
Free
(Essay)
4.8/5
(36)
Correct Answer:
The software components (classes)are required to provide at least the following interface service or abilities: a.Rules to ensure consistency in writing interfaces. b.An event handling model c.Persistence d.Introspection e.Builder support
____________ refers to a framework that facilitates software building by connecting software components from diverse sources.
Free
(Multiple Choice)
4.8/5
(42)
Correct Answer:
A
Threads execute in a ___________ fashion.
Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
A
The sleep method of the Thread class requires one formal parameter that represents the number of:
(Multiple Choice)
4.8/5
(32)
____________ is an enhancement of simple accessor and mutator methods.
(Multiple Choice)
4.7/5
(29)
An alternative to deriving a thread from the Thread class is to inherit the Runnable interface.
(True/False)
4.8/5
(33)
The Java library that supports database connectivity is called:
(Multiple Choice)
4.9/5
(41)
What method in the Thread class is responsible for pausing a thread for a specific amount of milliseconds?
(Multiple Choice)
4.9/5
(32)
____________ means that an object has an identity that extends beyond one session.
(Multiple Choice)
4.8/5
(38)
The programming statements used to accomplish a threads task should be included in the method:
(Multiple Choice)
4.9/5
(43)
What other programming technique can be combined with sockets so a server can handle requests from multiple clients?
(Short Answer)
4.8/5
(32)
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)