How to use the String Builder Class in Java
Max O'Didily
How to use the String Builder Class in Java
Hello guys and gals, sorry for the delay in uploads, I am back now and to kick things off we have a video on the String Builder class, it is a very nice class to basically do whatever you want to a string, you could do all of these things yourself but there is no real practical need to if there are methods that are fully functional to use (I said practically as there are a few niche reasons to go ane make some). Hope you enjoy!
Methods used in this Video with what they do:
sb = our String Builder object sb.append(); //Add something to the end of the string sb.delete(); //Delete a part of a string sb.reverse(); //Reverse the string sb.deleteCharAt(); //Delete a specific character of a string sb.replace(); //Replace a part of a string with something else sb.toString(); //Convert a Stringbuilder object to a string
Christmas holidays are here! I shall be spamming videos for the next few weeks, make sure you don't miss them. https://tinyurl.com/SubMaxODidily
Why not subscribe to keep notified when I upload? https://tinyurl.com/SubMaxODidily
Social media: Instagram: https://www.instagram.com/mcod1999/ Twitter: https://twitter.com/mcod1999 Mandown: https://www.mandowngg.com/
How to use the String Builder Class in Java ... https://www.youtube.com/watch?v=7FuA-BxiJvE
26247963 Bytes