The getText() method of a JTextField object returns an object of type:

a. Double
b. Integer
c. Boolean
d. String


D

Computer Science & Information Technology

You might also like to view...

In a distributed system, there is a high level of cooperation and sharing of actions and data maintained by the sites when determining which process should be loaded and where it should be run.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Of the following expressions, ____ is the most commonly used.  This is because such an expression allows each element in an array to be accessed as the address is "marched along" from the starting address of the array to the address of the last array element.

A. *ptNum-- B. *--ptNum C. *ptNum++ D. *++ptNum

Computer Science & Information Technology

The process of enlarging the size of an image by adding pixels is called ____.

A. optimization B. interpolation C. upsampling D. magnification

Computer Science & Information Technology

Which clause is used to specify the table to be changed in an UPDATE statement?

a. UPDATE b. SET c. WHERE d. HAVING

Computer Science & Information Technology