What is a pattern what is an anti pattern?
Answer / Mani Saxena
"A design pattern is a general reusable solution to a commonly occurring problem in software design. It describes how to solve the problem and its consequences, providing a template for implementation. An Anti-Pattern, on the other hand, is a common response to a recurring problem that leads to negative results or poor design quality. It represents an undesirable pattern of behavior or solution that should be avoided."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Can java program run without jre?
Why we use static and synchronized in method for single thread model example: public static synchronized add(){}
What is the difference between array list and vector in java?
What are heterogeneous objects?
State the merge-sort principle and its time complexity.
1 Answers Akamai Technologies,
why did you choose your career in IT?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
What does this mean java?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What is increment in java?
Can we override singleton class?
What is the meaning of find and replace?