Simulacro Java 21 - 6

Simulacro Java 21 - 6

Assessment

Flashcard

•

Professional Development

•

1st Grade

•

Practice Problem

•

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

36 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Select 1 option. The code will compile fine if both A and B are part of the same named module. Both the classes must belong to the same package for the code to compile. Both the classes will compile as long as they are packaged in the same jar. Class B will compile if, instead of final, it is made non-sealed.

Media Image

Back

The code will compile fine if both A and B are part of the same named module.

2.

FLASHCARD QUESTION

Front

When a class, whose members should be accessible only to members of that class, is coded such a way that its members are accessible to other classes as well, this is called ...

Back

weak encapsulation

3.

FLASHCARD QUESTION

Front

Please select 1 option. Options: This record class will compile without any error. It will compile if the second constructor is removed altogether. It will compile if the first constructor is removed altogether. It will compile if the second constructor is removed altogether and the line id = id+1; in the first constructor is changed to this.id = id+1; this.name=name;.

Media Image

Back

It will compile if the second constructor is removed altogether.

4.

FLASHCARD QUESTION

Front

Please select 1 option. Options: They will not compile. 1false10 false true false false false

Media Image

Back

true false

5.

FLASHCARD QUESTION

Front

Please select 1 option. Options: It will not print anything., Titanic, Psycho, Oldboy, Oldboy, Shining, Oldboy, Oldboy, It will throw an exception at run time.

Media Image

Back

It will not print anything.

6.

FLASHCARD QUESTION

Front

Please select 1 option. Options: Split the jar into two modules - one exporting com.abc.bonds package and another exporting com.abc.bonds.analytics package., Just add module-info to the jar with export clauses for both the packages., Just add an empty module-info.java to the jar., It cannot be modularized without impacting existing non-modular applications that use it.

Media Image

Back

Just add module-info to the jar with export clauses for both the packages.

7.

FLASHCARD QUESTION

Front

Please select 1 option. Options: It will run and end cleanly if a.flag = false; is inserted at //2., It will run and end cleanly if //1 is replaced with while(!isInterrupted()) { }; and a.interrupt(); is inserted at //2., It will run and will end with an InterruptedException stack trace on the command line if a.interrupt(); is inserted at //2., None of these.

Media Image

Back

It will run and end cleanly if //1 is replaced with while(!isInterrupted()) { }; and a.interrupt(); is inserted at //2.

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?