gs gs128 Java Beans JDBC - Java Design Patterns - Quiz No.1
gs gs128 Java Quiz
This quiz belongs to book/course code gs gs128 Java of gs organization. We have 136 quizzes available related to the book/course Java. This quiz has a total of 10 multiple choice questions (MCQs) to prepare and belongs to topic Java Beans JDBC. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to prepare online MCQs and quizzes.
NVAEducation also facilitates users to contribute in online competitions with other students to make a challenging situation to learn in a creative way. You can create one to one, and group competition on an topic of a book/course code. Also on NVAEducation you can get certifications by passing the online quiz test.
Question 1: Which of the below is not a valid design pattern?
Singleton
Factory
Command
Java
Question 2: Which of the below author is not a part of GOF (Gang of Four)?
Erich Gamma
Gang Pattern
Richard Helm
Ralph Johnson
Question 3: Which of the below is not a valid classification of design pattern?
Creational patterns
Structural patterns
Behavioural patterns
Java patterns
Question 4: Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?
Adapter pattern
Builder pattern
Facade pattern
Prototype pattern
Question 5: Which design pattern ensures that only one object of particular class gets created?
Singleton pattern
Filter pattern
State pattern
Bridge pattern
Question 6: Which design pattern suggests multiple classes through which request is passed and multiple but only relevant classes carry out operations on the request?
Singleton pattern
Chain of responsibility pattern
State pattern
Bridge pattern
Question 7: Which design pattern represents a way to access all the objects in a collection?
Iterator pattern
Facade pattern
Builder pattern
Bridge pattern
Question 8: What does MVC pattern stands for?
Mock View Control
Model view Controller
Mock View Class
Model View Class
Question 10: Which design pattern works on data and action taken based on data provided?
Command pattern
Singleton pattern
MVC pattern
Facade pattern