Saved Bookmarks
| 1. |
A collection of predefined methods is called |
|
Answer» Explanation: Like other Java inbuilt classes String class also provides NUMEROUS predefined methods. A method is a collection of instructions. When a method executes, it ACCOMPLISHES SOMETHING. The general expression to use a predefined method on a REFERENCE variable is: ReferenceVariable.MethodName(parameters) |
|