8000 Objects, immutability and switch expressions · gm19900510/Java-Coding-Problems@a778a3e · GitHub
[go: up one dir, main page]

Skip to content

Commit a778a3e

Browse files
Objects, immutability and switch expressions
1 parent 66e9ac2 commit a778a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapter02/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Objects, immutability and switch expressions
2-
This chapter includes 18 problems that involves objects, immutability and switch expressions. The chapter starts with several problems about dealing with null references. It continues with problems regarding checking indexes, **equals()** and **hashCode()**, and immutability (e.g., writing immutable classes, passing/returning mutable objects from immutable classes). The last part of the chapter deals with cloning objects and JDK 12 switch expressions.
2+
This chapter includes 18 problems that involves objects, immutability and switch expressions. The chapter starts with several problems about dealing with null references. It continues with problems regarding checking indexes, **equals()** and **hashCode()**, and immutability (e.g., writing immutable classes, passing/returning mutable objects from immutable classes). The last part of the chapter deals with cloning objects and JDK 12 switch expressions.

0 commit comments

Comments
 (0)
0