Discord Community: https://discord.gg/dK6cB24ATp
GitHub Repository: https://github.com/geekific-official/
In this video we cover the differences between Java’s String, StringBuilder and StringBuffer by comparing their several usages. Additionally, we explain what immutability is and implement the most used and common string operations while identifying, why in each of these operations we made use of Strings or StringBuilders.
Timestamps:
00:00 Introduction
00:21 StringBuilder vs. StringBuffer
01:08 String vs. StringBuilder
02:44 Comparing String Operations
05:46 Reversing a String
06:54 Suffixes of a String
08:46 Prefixes of a String
09:14 The Longest Common Prefix Operation
10:19 The Longest Repeated Substring Operation
11:47 Thanks for Watching!
If you found this video helpful, check other Geekific uploads:
- Generics and Wildcards in Java Made Simple:
https://youtu.be/vqjA6dqugq8
- Association, Aggregation and Composition Explained:
https://youtu.be/sN2_CoB_kbw
- LinkedList Implementation in Java:
https://youtu.be/IsWmLiNvaRM
- Stacks Explained and Implemented in Java:
https://youtu.be/MkcBzCtpjHk
- Queues Explained and Implemented in Java:
https://youtu.be/b6VAlM0-RaE
- Object-Oriented Programming Fundamentals:
https://youtu.be/Vfk6sExu8-4
#Geekific #String #StringBuilder #StringBuffer #Java