Java Programming (3350703) MCQs

MCQs of Inheritance, Packages & Interfaces

Showing 51 to 54 out of 54 Questions
51.

________ class cannot be instantiated.

(__________ ક્લાસને ઈન્સ્ટન્ટીએટ ન કરી શકાય.)

(a)

Wrapper

(વ્રેપર)

(b)

Object

(ઓબ્જેક્ટ)

(c)

Abstract

(એબ્સટ્રેકટ)

(d)

Final

(ફાઈનલ)

Answer:

Option (c)

52.

Which of the following class is depends on its subclasses for complete implementation of its methods?

(નીચે આપેલ કયો ક્લાસ તેની મેથડના ઈમ્પલીમેન્ટેશન માટે તેના સબ-ક્લાસ પર આધાર રાખે છે?) 

(a)

Object class

(ઓબ્જેક્ટ ક્લાસ)

(b)

Abstract class

(એબ્સટ્રેકટ ક્લાસ)

(c)

ArrayList class

(એરેલીસ્ટ ક્લાસ)

(d)

Concrete class

(કોન્ક્રીટ ક્લાસ)

Answer:

Option (b)

53.

Which of the following is correct syntax to write abstract class in java?

(Javaમાં એબ્સ્ટ્રેકટ ક્લાસ લખવા માટે નીચે આપેલમાંથી કઈ સિન્ટેક્ષ સાચી છે?)

(a)

abstract a(){}

(b)

abstract class A(){}

(c)

abstract class A()

(d)

abstract class A{}

Answer:

Option (d)

54.

If there is an abstract method in a class then, ________________.

(જો ક્લાસમાં એબ્સ્ટ્રેકટ મેથડ હોય તો _____________.)

(a)

Class must be abstract class

(ક્લાસ એબ્સટ્રેકટ જ હોવો જોઈએ)

(b)

Class may or may not be abstract class

(ક્લાસ એબ્સટ્રેકટ હોય અથવા ન પણ હોય શકે)

(c)

Class should be generic

(ક્લાસ જેનરીક હોવો જોઈએ)

(d)

Class must be public

(ક્લાસ public જ હોવો જોઈએ)

Answer:

Option (a)

Showing 51 to 54 out of 54 Questions