[Go to site: main page, start]

0% found this document useful (0 votes)
5 views1 page

Java Collections Resources and Exercises

The document provides various online resources for learning and practicing Java collections, including exercise links and interview questions. It also includes links for understanding Java generics and concepts related to immutable objects. Key points about creating immutable classes are highlighted, emphasizing the use of final keywords and private members without setters.

Uploaded by

sampath_kumar2
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views1 page

Java Collections Resources and Exercises

The document provides various online resources for learning and practicing Java collections, including exercise links and interview questions. It also includes links for understanding Java generics and concepts related to immutable objects. Key points about creating immutable classes are highlighted, emphasizing the use of final keywords and private members without setters.

Uploaded by

sampath_kumar2
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

exercies links [Link] Interview Question links [Link] [Link] [Link] [Link]

htm

Good Learning Links Java generics [Link] [Link] [Link] [Link] Immutable Objects _ Class who value cannot be changed over the time - to make a class as IMMUTABLE, declare that as a final and all its class member s to be made private and No Setters are allowed to set the value from the outside the class. Only the Constructors can set the value..

You might also like