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


Difference between abtsract & final



Difference between abtsract & final..

Answer / naveen

abstract and final are java modifiers. abstract is applied
to only class and methods.If class is abstract we cannot
instantiated of the class.If method is abstract it cannot
have body.abstract class contains concreate methods and
abstract methods.

final is a java modifier . It can be applied to class ,
variables, methods.If class is final we cannot inherited the
class. If variable is final we cannot change the value of
the variable. If method is final we cannot override that method.

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the abstract class?

0 Answers  


What is the definition of tree ?

0 Answers   Amazon,


What does java edition mean?

0 Answers  


When throws keyword is used?

0 Answers  


What is the difference between Grid and Gridbaglayout?

0 Answers  


Is class forname reflection?

0 Answers  


What is covariant return type?

0 Answers  


What is += mean in java?

0 Answers  


How does Vector implement synchronization?

4 Answers   Ness Technologies,


If try block is successfully executed, Then Is Finally block executed?

0 Answers   PUCIT,


Does sprintf allocate memory?

0 Answers  


Is main is a keyword?

0 Answers  


Categories