Which keyword is utilized to indicate that a class is adopting an interface?

Java concepts and its programming MCQs for PPSC, FPSC, NTS, and Pakistan government job tests. Select an option below, then read the explanation.

PPSCFPSCNTSPakistan govt jobs
Subject
Java concepts and its programmingsoftware-engineering-mcqs › java-concepts-and-its-programming
Published
18 Apr 2019
Last updated
28 May 2026

Browse all Java concepts and its programming MCQs

Choose the correct answer

Explanation

The keyword 'implements' is used when a class adopts an interface, allowing it to provide concrete implementations for the interface's methods. 'throw' and 'throws' relate to exception handling, while 'extend' is used for inheriting from a class.

PakQuizHub — free MCQs and past papers for Pakistan government job tests. Content is for educational practice only.