Java String contentEquals example

String’s contentEquals method is used to compare String with StringBuffer. It returns boolean datatype.

Method syntax:

String contentEquals Example:

When you run above program, you will get below output:

Please note that contentEquals method is case sensitive as you can see in above example

Was this post helpful?

Leave a Reply

Your email address will not be published. Required fields are marked *