Getting Started with Java
This is a 100% free course, but we need you to first join or login to watch this video.
Alright, join or login here.This video shows you how to create a String in Java. It illustrates the difference between empty and null Strings. It shows how to find the length of a String and how to perform concatenation of several Strings. It demonstrates the effect of escape sequences before showing you how to compare Strings using the == or equals() method.