What is dynamic binding?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
dynamic binding is the binding that takes place during runtime
| Is This Answer Correct ? | 5 Yes | 1 No |
Can we use a default constructor of a class even if an explicit constructor is defined?
What is string literal in java?
What is the use of a copy constructor?
Is void a keyword in java?
How GC (Garbage Collector) knows the objects reference is unused.Whether GC removes the unused object Parmanently or it maintains something.
What is tree in java?
What's the default access specifier for variables and methods of a class?
Why doesn't the java library use a randomized version of quicksort?
How does class forname work in java?
What are advantages and disadvantages of OOPs?
What is complexity in java?
if we give input as " hi how are you" then the output should be "uoy woh"...it should skip odd words in the input and should reverse even words from the end of string...can anyone help me to write this program in java