Answer Posted / prashant
Template pattern allows abstract representation of methods.
Implementation of these methods is left to the classes that
inherit these abstract methods. We define only a template
for the method without defining any algorithm
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which is faster call by value or call by reference?
Explain the hierarchy of java exception classes?
What is preflight request?
Why do we need data structure in java?
What is mean by collections in java?
What happens if an exception is throws from an object's destructor?
What is the abstract class?
What is the null?
Define a java class.
What are the steps that are followed when two computers connect through tcp?
Highest level event class of the event-delegation model?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is natural ordering in java?
What is a prefix function.write down a code to compute prefix function.
What is the size of an array?