Back to Java

Strings, Arrays & Utilities

Work with fundamental data structures like strings and arrays, and use utility classes.

2 weeks

Topics in this Chapter

1

String, StringBuilder, StringBuffer

Understand immutable strings and learn when to use mutable StringBuilder and StringBuffer.

2

Arrays

Learn to declare, initialize, and manipulate fixed-size arrays.

3

Varargs

Create methods that can accept a variable number of arguments.

4

Math Class

Use the static methods in the Math class for common mathematical operations.

GeekDost - Roadmaps & Snippets for Developers