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..