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 package has light weight components?
What is the difference between static class and normal class?
What is foreach loop in java?
What is the history of java?
What is double data type?
What is continuity of a function?
What is the difference between a synchronized method and a synchronized block?
How do you bind variables?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
What is the difference between preparedstatement and statement in java?
Explain the different forms of polymorphism?
Is java util regex pattern thread safe?
What is toarray method in java?
What is the use of private static?
What are the rules for variable declaration?