What is compile time polymorphism?
Answer Posted / charles i
overloading method and the compiler has to decide when to
call the method..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Compare overloading and overriding?
Explain different ways of creating a thread. Which one would you prefer and why?
What does function identity () do?
Is linkedlist thread safe in java?
Why wait and notify methods are declared in object class?
What is the default value of local and global variables?
What is the default execution method in java?
What is garbage collection? What is the process that is responsible for doing that in java?
How many bytes are a float?
Why 1 is not a prime number?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Is linked list a linear or non-linear data structure?
When should you make a function static?
Variable of the boolean type is automatically initialized as?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?