how many design pattern r there? and wht design pattern u
use and why ?
Answer Posted / ravi ranjan kumar rajnish
In case of sun technology, we can categories in two type
java design pattern and j2ee design pattern.
java design pattern is divided into three category futher
creational pattern, structered pattern and behavioral
pattern.
in J2ee there is 15 types of design pattern
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Describe method overriding
What 4 doubled?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
Can we define private and protected modifiers for the members in interfaces?
describe synchronization in respect to multithreading? : Java thread
Does java allow overriding static methods ?
What are wrapper classes in java?
State some situations where exceptions may arise in java?
Is string is a data type?
Can private method static?
What is string literal in java?
Why strings in java are called as immutable?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
If try block is successfully executed, Then Is Finally block executed?