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 introduces you to the String Builder in Java that lets you create Strings whose content can be modified. Use methods such as deleteCharAt(), append(), insert(), replace(), delete() to modify the contents of a String Builder. The second part of this video shows how to convert from any value to String using the String.valueOf() method and how to convert from any value to String using methods such as Integer.parseInt(), Float.parseFloat(), Double.parseDouble() and so on.