• Home
  • Java Tutorial
  • Language
  • Data Type
  • Operators
  • Statement Control
  • Class Definition
  • Development
  • Reflection
  • Regular Expressions
  • Collections
  • Thread
  • File
  • Generics
  • I18N
  • Swing
  • Swing Event
  • 2D Graphics
  • SWT
  • SWT 2D Graphics
  • Network
  • Database
  • Hibernate
  • JPA
  • JSP
  • JSTL
  • Servlet
  • Web Services SOA
  • EJB3
  • Spring
  • PDF
  • Email
  • J2ME
  • J2EE Application
  • XML
  • Design Pattern
  • Log
  • Security
  • Apache Common
  • Ant
  • JUnit

String Compare « Data Type « Java Tutorial






  1. Java Tutorial
  2. Data Type
  3. String Compare
2.23.String Compare
2.23.1.Comparing Strings for Equality
2.23.2.To check for equality between two strings ignoring the case
2.23.3.Sequencing Strings
2.23.4.String length, charAt, equals
2.23.5.equals() and equalsIgnoreCase().
2.23.6.equals() vs ==
2.23.7.Region Matches
2.23.8.Compares all Strings in an array and returns the index at which the Strings begin to differ.
2.23.9.Compares all Strings in an array and returns the initial sequence of characters that is common to all of them.








2.23.10.Compares two Strings, and returns the index at which the Strings begin to differ.
2.23.11.Compares two Strings, and returns the portion where they differ.
2.23.12.Compress 2 adjacent (single or double) quotes into a single (s or d) quote when found in the middle of a String.

java2s.com  | © Demo Source and Support. All rights reserved.