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
Can we access instance variables within static methods ?
Can we declare the static variables and methods in an abstract class?
What does .equals do in java?
Why is java not 100% pure oops?
How can you write a loop indefinitely in java programming?
What are green threads in java?
What is jrmp?
How do you write a scanner class in java?
What is backdrop?
Difference between comparator and comparable in java?
If we don’t want some of the fields not to serialize how to do that?
What is token in java?
What are class members by default?
Can we override private method?
What is executor memory?