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 |
Why do we need wrapper classes?
Tell us something about set interface.
What is a line break example?
what is an object class?Explain its methods?
What is a consumer in java?
could you run the java program without main method?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
How do constructors use this() and super()?
what is abstract method with example?
How do you start a thread?
What is identifier with example?