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
What are user defined exceptions?
Why can't you declare a class as protected?
What is a string what operation can be performed out with the help of a string?
Can the garbage collection be forced by any means?
Where is core java used?
What is meant by distributed application? Why are we using that in our application?
What is difference between public static and void?
Explain an algorithm to find depth of a binary tree.
Why do we use return statement?
What is the size of boolean variable?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?
What checkbox method allows you to tell if a checkbox is checked?
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 the difference between a loader and a compiler?
Write an algorithm for quick sort?