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 compile time polymorphism?

Answers were Sorted based on User's Feedback



What is compile time polymorphism?..

Answer / haridini

I think it is overloading concept.

Is This Answer Correct ?    109 Yes 22 No

What is compile time polymorphism?..

Answer / shankar olaiyur

compile-time polymorphism is achieved by
overloading functions and operators.

Is This Answer Correct ?    52 Yes 7 No

What is compile time polymorphism?..

Answer / ravikiran

overloading

Is This Answer Correct ?    62 Yes 18 No

What is compile time polymorphism?..

Answer / bandu kank

In compile time polymorphism, compiler decided which have
to be executed depending on the parameter type and list

Is This Answer Correct ?    54 Yes 10 No

What is compile time polymorphism?..

Answer / kaukab

We can achieve compile time polymorphism through overloading
method, on compile time compiler decide that which method
will be executed.

Is This Answer Correct ?    40 Yes 5 No

What is compile time polymorphism?..

Answer / sudipta sadhukhan

java support two types of polymorphism.one is compile time
polymorphism(it's actually overloading)and run time
polymorphism(it's actually overriding.So,complie time
polymorphism is simple overloading.

Is This Answer Correct ?    23 Yes 6 No

What is compile time polymorphism?..

Answer / tntrichy

u r right!

Is This Answer Correct ?    39 Yes 23 No

What is compile time polymorphism?..

Answer / madhuri

Compile Time Polymorphism in Java is when you have the
several methods with same name and different parameters and
compiler has to decide how to select which method has to run
based on the arguments hence the name Compile time
polymorphism or method overloading.

Is This Answer Correct ?    24 Yes 8 No

What is compile time polymorphism?..

Answer / sahaj

polymorphism is the ability to use an operator or function
in different ways.

Is This Answer Correct ?    20 Yes 6 No

What is compile time polymorphism?..

Answer / sivasubash

I think it is a overloading concept...

Is This Answer Correct ?    14 Yes 9 No

Post New Answer

More Core Java Interview Questions

What is the base class in java from which all classes are derived?

0 Answers  


How can the checkbox class be used to create a radio button?

0 Answers  


Can we restart a thread already started in java?

0 Answers  


Does java allow overriding static methods ?

0 Answers  


If an object reference is set to null, will the garbage collector immediately free the memory held by that object?

0 Answers  


What are the data types supported by java? What is autoboxing and unboxing?

0 Answers  


What is Co-Variant return type in method overriding?

1 Answers   RBS,


Can a lock be acquired on a class in java programming?

0 Answers  


What is basic concept of static in java ?

1 Answers   iGate,


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


What is JVM ? use of JVM?

6 Answers   BVC, Tech Mahindra,


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.

0 Answers  


Categories