Where do we use the bridge design patterns?
Bridge design pattern is used where to decouple an abstraction from implemention so that they can vary independently.
IN JDBC we use this pattern as the implementations of all the interfaces is totally dependent on the different DB Vendors.
Engineering
Interview Coaching
Interview Questions
Tech FAQs
What are the career options available in Software Testing Industry?
How do you handle workplace problems?
What will you do when you are not able to get your message across to your audience?
How do you handle pressure and stress?
Tell me about a skill you recently acquired or improved.
Provide an example of a goal that you successfully attained.
What are the career opportunities available for MCA Graduates?
Describe a time when you had to listen to someone.
What are the things you wish to achieve in 5 years?
Describe a time when you had to work under pressure.
Ask Interview Question?
Have Career Question?
Ask Chandra
Ask Only Career questions.
Bridge design pattern is used where to decouple an abstraction from implemention so that they can vary independently.
IN JDBC we use this pattern as the implementations of all the interfaces is totally dependent on the different DB Vendors.