KnowledgeBoat Logo
|

Computer Applications

Name the following:

(a) The return data type of the method equals().

(b) The String method which has no parameter and returns a String.

Java String Handling

3 Likes

Answer

(a) boolean

(b) toUpperCase()

Answered By

1 Like


Related Questions