Simulacro Java 21 - 6

Simulacro Java 21 - 6

Assessment

Flashcard

Professional Development

1st Grade

Hard

Created by

Quizizz 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.

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;.

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

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.

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.

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.

Back

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Professional Development