Explore topic-wise MCQs in Advanced Java.

This section includes 7 Mcqs, each offering curated multiple-choice questions to sharpen your Advanced Java knowledge and support exam preparation. Choose a topic below to get started.

1.

Is design pattern a logical concept.

A. True
B. False
Answer» B. False
2.

Which design pattern represents a way to access all the objects in a collection?

A. Iterator pattern
B. Facade pattern
C. Builder pattern
D. Bridge pattern
Answer» B. Facade pattern
3.

Which of the below is not a valid classification of design pattern?

A. Creational patterns
B. Structural patterns
C. Behavioural patterns
D. Java patterns
Answer» E.
4.

Which of the below author is not a part of GOF (Gang of Four)?

A. Erich Gamma
B. Gang Pattern
C. Richard Helm
D. Ralph Johnson
Answer» C. Richard Helm
5.

Which of the below is not a valid design pattern?

A. Singleton
B. Factory
C. Command
D. Java
Answer» E.
6.

WHICH_DESIGN_PATTERN_WORKS_ON_DATA_AND_ACTION_TAKEN_BASED_ON_DATA_PROVIDED??$

A. Command pattern
B. Singleton pattern
C. MVC pattern
D. Facade pattern
Answer» B. Singleton pattern
7.

What does MVC pattern stands for?

A. Mock View Control
B. Model view Controller
C. Mock View Class
D. Model View Class
Answer» C. Mock View Class