Which of the following methods are included in every class created in Java by inheritance?
a) next
b) toString
c) compareTo
d) charAt
e) none of the above
b) toString
Computer Science & Information Technology
You might also like to view...
What was the first word processing application to be used on personal computers?
A) Microsoft Word B) Quattro-Pro C) WordPerfect D) WordStar
Computer Science & Information Technology
All of the following methods are implicitly sealed except:
a) a method in an abstract class. b) a private method. c) a method declared in a sealed class. d) static method.
Computer Science & Information Technology