What is compile time polymorphism?
Answer Posted / laukik
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the scope or life time of class variables or static variables?
Differentiate between static and non-static methods in java.
What do you understand by classes in java?
Explain heap sort?
What is oops in java?
What is static and final keyword in java?
Explain how to convert any java object into byte array.
What is java util collection?
enlist some features of jdk.
What are the steps that are followed when two computers connect through tcp?
What type of variable is error flag?
What do you understand by looping in java? Explain the different types of loops.
How do you remove an object from an arraylist in java?
Difference between a process and a program?
Which of the classes will have more memory allocated?