On page 252, it is written about about Lines 70-71 that
"This technique creates a single instance of an object without creating a new named class just for that one usage."
I feel it should rather be:
"This technique creates a single instance of a class without creating a name for it, just for that one usage."
OR
"This technique creates a single instance of an anonymous class without a name, just for that one usage."
On page 252, it is written about about Lines 70-71 that
"This technique creates a single instance of an object without creating a new named class just for that one usage."
I feel it should rather be: "This technique creates a single instance of a class without creating a name for it, just for that one usage." OR "This technique creates a single instance of an anonymous class without a name, just for that one usage."