The Swing classes are part of a more general set of UI programming capabilities that are collectively called the ____.

A. JavaX Classes
B. Java Foundation Classes
C. UI packages
D. Java Extension Libraries


Answer: B

Computer Science & Information Technology

You might also like to view...

Which declaration declares abstract method method1 in abstract class Class1 (method1 returns an Integer and takes no arguments)?

a) Public Function method1() As Integer b) Public Function MustInherit method1() As Integer c Public MustInherit Function method1() As Integer d) Public Abstract Function method1() As Integer

Computer Science & Information Technology

Which of the following is true about naming objects?

A. the database management system provides strict rules B. Camel case does not use special characters to link words C. tables should always be named with a character prefix D. A column name of Last Name is preferable to LastName

Computer Science & Information Technology

How many elements are in an array created with the following loop?

``` var myArray = new Array; for (k = 0; k , 8; k++) myArray[k] = k; ``` a. 9 b. 8 c. 7 d. 6

Computer Science & Information Technology

Describe a zone file serial number entry.

What will be an ideal response?

Computer Science & Information Technology