a collection of predefined methods is called
chandeldevesh:
hi
Answers
Answered by
0
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)
Similar questions