what is the difference b/w design pattern and architecture
Answer Posted / devarathnam c,kotagudibanda(po
Hi...
Architecture is nothing but plan for a specfic problem.
Design pattern is a solution for a given problem.I think in
java perspective "class" is a plan(blue print) and "object"
is a solution.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What is the type of lambda expression?
What are drawbacks of singleton class?
What is foreach loop in java?
What happens if we don’t define serial version uid?
How many types of literals are there in JAVA?
How many bytes is 255 characters?
Can we create our own daemon thread?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Explain the importance of finalize() method.
What do you understand by soft reference?
What is an escape character in java?
What are singleton services?
What is the different types of functions?
How arrays are stored in memory in java?
What is a website container?