Sounetra Ghosal

Hello folks, I am Sounetra Ghosal, a B.Tech graduate in Computer Science and engineering from GIS College of Engineering, contributing several articles for the well-being of geeks throughout the globe. I love to write content basically in C programming language. Also, besides Java, Python, and C++ are some of my favorite languages. Contributed 350+ articles in different organizations. I have also secured the 23rd position at the Technical Scripter 2022 Event at GeeksforGeeks. One of my articles gets this award for getting the most views. I have received 79 certificates in various fields of technologies and content writing. Every day I improve my skills to contribute more articles and expand my knowledge in any way possible.

how to compare two strings in java

How to Compare Two Strings in Java? Methods, Examples & Common Mistakes

While learning the Java Programming Language, we will encounter some Common yet Important Operations that help to build a strong Java foundation. “Compare Two Strings in Java” is one such operation. String Comparison in Java is widely used in Data Validation, Chat Application, etc., domains. In this article, we will first verify the problem statement,

How to Compare Two Strings in Java? Methods, Examples & Common Mistakes Read More »