what is the difference b/w design pattern and architecture

Answer Posted / srinivasa

Design pattern is part of the architecture to solve the
design problem.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are user defined exceptions?

686


Why can't you declare a class as protected?

693


What is a string what operation can be performed out with the help of a string?

599


Can the garbage collection be forced by any means?

628


Where is core java used?

673






What is meant by distributed application? Why are we using that in our application?

650


What is difference between public static and void?

570


Explain an algorithm to find depth of a binary tree.

652


Why do we use return statement?

627


What is the size of boolean variable?

675


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

660


What checkbox method allows you to tell if a checkbox is checked?

642


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

1932


What is the difference between a loader and a compiler?

601


Write an algorithm for quick sort?

691