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...

Match the following functions to their actions:

I. Lines A. Used to highlight critical information on a report. II. Conditional Formatting B. Used to produce data on a report III. Calculated Fields C. Provides summaries of report groups. IV. Group and Report Totals D. Used to separate sections of a report

Computer Science & Information Technology

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

1. C++ permits you to overload the sizeof operator. 2. A static member variable can be used when there are no objects of the class in existence. 3. When you overload the << operator, you must also overload the >> operator. 4. You can overload the conditional operator to make it function as an unconditional operator. 5. In an inheritance situation, you can't pass arguments to a base class constructor.

Computer Science & Information Technology