how many design pattern r there? and wht design pattern u
use and why ?
Answer Posted / smitha
23
MVC - separation of presentation and business logic
DAO- Abstracts and hides data access code from business
logic code
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between string, stringbuffer and stringbuilder in java?
What is static import?
What is null object in java?
What is a buffer in computer?
Is alive method in java?
Name few java.lang classes introduced with java 8 ?
What are the advantages of encapsulation in java?
Is java se open source?
Is arraylist dynamic in java?
Can a static block throw exception?
What is canonical name in java?
Give reasons supporting that string is immutable.
What are java packages? What's the significance of packages?
What is difference between arraylist and list in java?
Can we execute a program without main() method?