The ________ method returns a value representing the object on which it is called as text.

a) ToString
b) ToText
c) Text
d) String
e) GotString

a) ToString

Computer Science & Information Technology

You might also like to view...

How many Book objects are created by the following statement? Book[] books = new Book[10];

a. 10 b. 0 c. 5 d. None of the above.

Computer Science & Information Technology

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

1. The FileNotFoundException is a descendant of the class IOException. 2. When your program is finished writing to a file, it should close the stream connected to that file.

Computer Science & Information Technology