Search Header Logo

Day 4 – Advanced Class Features

Authored by ZIZIE VANESSA

Computers

Professional Development

Used 3+ times

Day 4 – Advanced Class Features
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following is an advanced class feature?

Inner Classes

Reflection

Interfaces

Abstract Classes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are Inner classes?

classes that can't be instantiated and are meant to be subclassed

 classes defined within another class

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Explain reflection

are a special type of class that represent a fixed set of constants

 a form of metadata that can be added to your Java code

 allows you to inspect and manipulate classes, interfaces, fields, and methods at runtime

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How lamda expression are used?

used to provide additional information to the compiler, to other developers, or to runtime tools.

 used to define anonymous functions that can be passed as arguments to methods.

to write code that's reusable and more robust.

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

choose the correct way to declare static

static initializer :

static { counter = 0; }

static variable :

static int counter;

static method :

static { counter = 0; }

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

How does static variable is declared?

static int counter;

int static counter;

int counter static;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to declare static method ?

 static void incrementCounter() { counter++; }

 void static incrementCounter() { counter++; }

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?