
Why String class is immutable in java?
It is one of the mostly asked question in java interviews. While making of Java by sun microsystem they have thought that programmers will use mostly String while declaring any …
Read MorePassionate Blogs of Technology
It is one of the mostly asked question in java interviews. While making of Java by sun microsystem they have thought that programmers will use mostly String while declaring any …
Read MoreImplementing the Singleton Design Pattern How will you ensure that a class has only one instance? There are several ways of doing it in Java. Following are the ways: Declare …
Read More