filmov
tv
Java - Comparing Strings using == and equals(). The string constant pool explained.

Показать описание
This demo shows how to compare String data types in Java. It explains the difference between == and the equals method. The string constant pool is explained and how to create strings not in the string constant pool.