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...


What is meant by final class, methods and variables?

Answers were Sorted based on User's Feedback



What is meant by final class, methods and variables?..

Answer / narasimha

when you declare a class as final, that class cannot be
extended.In java "String" class is final.

when you declare the variable as final then we can
intialize it only once.it is constant.

when declare the method as final we cannot override the
method

Is This Answer Correct ?    12 Yes 0 No

What is meant by final class, methods and variables?..

Answer / ravikiran(aptech mumbai)

final class:Is the one which cann't be subclassed
final method:Is the one which cann't be overrided
final variable:is the one which acts like a constant

Is This Answer Correct ?    12 Yes 1 No

What is meant by final class, methods and variables?..

Answer / suresh chand

final class: we can't inherit that class

final method: we can't override that method

final variable: we can't change the value of that var.

Is This Answer Correct ?    9 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is encapsulation? Elaborate with example?

1 Answers   BMC,


What is Java Classloader?

1 Answers   Phantom Technologies,


Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

0 Answers  


What does the “static” keyword mean? Can you override private or static method in java?

0 Answers  


Is 9 a prime number?

0 Answers  


How do you implement polymorphism in our day to day life?

0 Answers   Cap Gemini,


Can a static class have a constructor java?

0 Answers  


how to create an applet

2 Answers  


What is the difference between static and non-static variables in java programming?

0 Answers  


What do you mean by the term transient?

5 Answers   Ericsson,


Is a copy constructor?

0 Answers  


What is a top level class in java?

0 Answers  


Categories