contentEquals() String Example

We know earlier equals() method is used to compare two strings whether they have same sequence of characters or not. But this method cannot compare String with StringBuffer. Even if they have same characters, the equals() returns false. In this case use contentEquals() String. contentEquals() String method is useful to compare String with StringBuffer or …

contentEquals() String Example Read More »