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

why java does compile time polymorphism at run time ?

Answer Posted / sarath

polymorphism can sub divided into two
1) Static Binding or Compile Time Checking
2) Dynamic Binding or Rum time Checking

Static Binding: method Overloading is the example.
The checking and assign process is done at
compile time itself. If any error occur it
will throw

Dynamic Binding: I have an Interface called Bicycle and it
is implemented in some sub classes
( like MRF.class ). We can create Object
like Bicycle bicycle = new MRF();

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is tree node in java?

927


what is the difference between a threads start() and run() methods? : Java thread

969


If you are given the name of the function at run time how will you invoke the function?

1088


Is null in java?

958


What is exception in java?

1030


What is ‘is-a ‘ relationship in java?

979


What is field name?

962


Can you override static methods?

906


What is scanner in java?

915


do I need to use synchronized on setvalue(int)? : Java thread

968


Which is bigger float or double java?

931


Can main() method in java can return any data?

1128


can rmi and corba based applications interact ?

1029


A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.

974


What are keywords and reserved words in java?

1011