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 is static used?
What is a deadlock ?
What are the Memory Allocations available in JavaJava?
What is the driver class?
Explain how hashmap works?
Which class should you use to obtain design information about an object in java programming?
What is the main advantage of passing argument by reference?
can write code for serialization ?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
What is implicit object in java?
Life Cycle of Thread
write the hierarchy of component class?