what is dynamic method dispatch ?
Answer Posted / khairunneesa.m
dynamic method dispatch is the mechanism by which a call to
an overridden method is resolved at runtime, rather than
compile time
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
can any body body expalin best definitions & best real time exaples for opps concepts.
What is the driver class?
What is meant by polymorphism?
What is finalize() function in java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is a databasemetadata?
Why volatile is used in java?
For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green White will have 1 Weight. Red and Green carry no weights. Shortest path is the path with less weight when you add up the weights in the path.
Is java type safe?
State some situations where exceptions may arise in java?
Explain tree set and its features?
What is the difference between stream and buffer?
What is java lang string?
What is a consumer in java?
What is the collection interface?