Tutorial: Character Cases Ignoring case sensitiveness in java
In this section, you will learn how to compare two strings ignoring case sensitiveness Java provides the method that ignores cases, it only compare the character's sequence.
Tutorial Details:
The compareToIgnoreCase() method compares two strings and ignores its cases. This method returns an integer type value like: a negative integer, a positive or zero.
Adding slash "\" character before quote "'" in a query
Adding slash "\" character before quote "'" in a query
Adding slash " \ " character before quote " ' " in a query
During the inserting the records in the database if user enters the phrases like "What ' s your name?", database gives the error due