Friday, November 15, 2019

Java_Lesson(4) String

A particularity of java that needs to be watched for
is the difference between '==' and 'equals'. the
equals string leads to a comparison of the actual semantic
content of strings, whereas the symbolic double equals
signs compares memory adresses.



The main method deals with strings...



https://youtu.be/9YlEpv-FrWU

No comments: