Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How to make a class immutable?

Answer Posted / tapan k dinda

To make class immutable you need to follow steps below:-
1. class should be final(strong Immutability) or all
methods final(weak Immutability)
2. all fields should be private
3. no setter/mutator should be provided
4. make deep copies of mutable data, if any

any confusion plz mention in your next post.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the major difference between linkedlist and arraylist?

1121


What happens if an exception is not handled in a program?

1152


What is the difference between a field variable and a local variable?

1159


What is javac_g?

1070


explain the concept of virtual method invocation in polymorphism in detail?

2271


What are the differences between c++ and java?

1191


What is parsing a sentence?

1170


Can we override the overloaded method?

1195


how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread

1093


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

1019


Is singleton class thread safe?

1056


What is the size of int in 64-bit jvm?

1179


What is a java developer salary?

1027


How many types of threads are there in java?

1115


What is the definition of tree ?

1126