J

Javahungry's Java Hungry

Java developer tutorials and coding

  • Rated2.7/ 5
  • Updated 1 Year Ago

Check if StringBuffer is empty in Java [2 ways] | Java Hungry

Updated 1 Year Ago

In this post, I will be sharing how to check if StringBuffer is empty or not in Java. 1. Using StringBuffer class length() method 2. Using isEmpty()
Read More