#object
Read more stories on Hashnode
Articles with this tag
Java documentation itself has some guidelines identified to write immutable classes. We will try to understand what these guidelines mean actually by...
While writing any java program, we generally use a new operator to create java objects and that is good practice too. However, we need to know other...