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
What are the advantages and disadvantages of reference counting in garbage collection?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?
What is the difference between a constructor and a method?
Can we create more than one object singleton class?
What is autoboxing in java?
What is java util list?
Why is multiple inheritance not supported in java?
How an object is serialized in java?
Can we overload run() method in java?
which class is the wait() method defined in? : Java thread
What is increment in java?
give an example for encapsulation?
What are thread local variables?
What are the rules for naming an array?
What is a string what operation can be performed out with the help of a string?