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
Write a java program to generate fibonacci series ?
What is the purpose of lambda expressions?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is difference between fileinputstream and filereader in java?
What is the need of transient variables in Java ?
What is jvm? How its run?
Difference between abstract and concrete class ?
What is qualitative variable?
What is variable argument in java?
What is use of valueof () in java?
What are the three parts of a lambda expression? What is the type of lambda expression?
Can we extend immutable class?
Can we overload the main() method?
What are the types of exceptions?
What is parseint?