in Education by
Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods? (a) Adapter pattern (b) Builder pattern (c) Facade pattern (d) Prototype pattern The question was asked in an interview for job. I would like to ask this question from Design Patterns topic in portion Java Beans & JDBC of Java Select the correct answer from above options JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
The correct choice is (c) Facade pattern Explanation: Facade pattern hides the complexities of the system and provides an interface to the client using which client can access the system.

Related questions

0 votes
    Which design pattern provides a single class which provides simplified methods required by client and delegates call to ... of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
0 votes
    Which of the below is not a valid design pattern? (a) Singleton (b) Factory (c) Command (d) ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which of the below is not a valid classification of design pattern? (a) Creational patterns (b) Structural ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
0 votes
0 votes
    Is design pattern a logical concept. (a) True (b) False The question was asked by my college ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which class provides system independent server side implementation? (a) Socket (b) ServerSocket (c) Server ( ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
0 votes
    Which of these methods is defined in MouseMotionAdapter class? (a) mouseDragged() (b) mousePressed() (c) ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
...