#Java_Object_Class
Explore tagged Tumblr posts
Link
In object-oriented programming, the immutable string or objects cannot be modified once it is created. But we can only change the reference to the object. We restrict to change the object itself.
0 notes
Link
The following table shows the access level to members permitted by the public and private modifiers.
0 notes