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 can final class be used?

Answer Posted / user

One scenario where final is important, when you want to prevent inheritance of a class, for security reasons. This allows you to make sure that code you are running cannot be overridden by someone.

The best example is
public final class String

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by compiler?

1098


What is Enum in Java?

1422


What is pojo class in java?

1202


List down the methods and interfaces of collection class in java.

1036


Name four container classes.

1045


What is the difference between a static and a non-static inner class in java programming?

1142


Describe method overriding

1179


What is numeric data type?

1043


Is hashset sorted in java?

1239


What is boolean data type in java?

1042


Is int primitive data type?

992


I want to store more than 10 objects in a remote server? Which methodology will follow?

3270


What are the two categories of data types in the java programming language?

1033


Can we inherit a class with private constructor?

1179


What is the definition of tree ?

1126