Computer Applications

(a) Name one String method which results in positive integer only.

(b) Name one String method which results in a character.

Java String Handling

10 Likes

Answer

(a) length()

(b) charAt()

Answered By

5 Likes


Related Questions