KnowledgeBoat Logo
|

Computer Applications

What is the data type returned by the following library methods?

  1. isWhitespace()
  2. compareToIgnoreCase()

Java String Handling

10 Likes

Answer

  1. boolean
  2. int

Answered By

3 Likes


Related Questions