Exam 19: Java Never Ends

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

Discuss the components of the JavaBean model.

Free
(Essay)
4.8/5
(36)
Correct Answer:
Verified

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:
Verified

A

Threads execute in a ___________ fashion.

Free
(Multiple Choice)
4.7/5
(43)
Correct Answer:
Verified

A

The sleep method of the Thread class requires one formal parameter that represents the number of:

(Multiple Choice)
4.8/5
(32)

An InterruptedException is a checked exception.

(True/False)
4.9/5
(35)

____________ 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)

The Java language does not support multithreading.

(True/False)
4.7/5
(50)

SQL stands for Structured Query Language.

(True/False)
4.7/5
(37)

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 are Enterprise JavaBeans?

(Essay)
4.9/5
(40)

What is a JavaBean?

(Essay)
4.9/5
(34)

A thread's start method invokes the thread's run method.

(True/False)
5.0/5
(36)

What other programming technique can be combined with sockets so a server can handle requests from multiple clients?

(Short Answer)
4.8/5
(32)

Java's Thread class is in the ____________ package.

(Multiple Choice)
4.9/5
(32)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)