Java 11 — isEmpty() vs isBlank()

Stuti Jain
Mar 30, 2021

Got stuck with checking tabs & new lines

  • String isBlank() is used to test if the string is empty or contains only white space characters.
  • String.isBlank() does not check length of string
  • String isEmpty() is used to test if the string is empty.
  • String.isEmpty() checks length of string

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response