
Java_Foundation_3

Quiz
•
Computers
•
Professional Development
•
Medium
Rukumani CT_PG
Used 8+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result
The compilation fails at line 9
The compilation fails at line 2
Hello World
The compilation fails at line 8
2.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which two allow a.Main to allocate a new Person? (Choose two.)
In Line 1, change the access modifier to privateprivate Person() {
In Line 1, change the access modifier to publicpublic Person() {
In Line 2, add extends Person to the Main classpublic class Main extends Person {and change Line 3 to create a new Main objectPerson person = new Main();
In Line 2, change the access modifier to protectedprotected class Main {
In Line 1, remove the access modifierPerson() {
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which interface in the java.util.function package will return a void return type?
Supplier
Predicate
Function
Consumer
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which two lines inserted in line 1 will allow this code to compile? (Choose two.)
protected void walk(){}
void walk(){}
abstract void walk();
private void walk(){}
public abstract void walk();
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the result?
An exception is thrown at runtime
42=(x+y)=42
42=(x+y)=6
6=(x+y)=42
6=(x+y)=6
6.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which three actions implement Java SE security guidelines? (Choose three.)
Change line 7 to return names.clone();
Change line 2 to protected volatile String[] names;
Change line 2 to private final String[] names;
Change line 3 to private Secret(String[] names) {
Change the getNames() method name to get$Names()
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which is the correct order of possible statements in the structure of a Java class file?
class, package, import
package, import, class
import, package, class
package, class, import
import, class, package
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Ubuntu Server 22.04 - Czynności po instalacji

Quiz
•
Professional Development
14 questions
Junit Quiz

Quiz
•
Professional Development
10 questions
ICT basics

Quiz
•
Professional Development
11 questions
Python1

Quiz
•
Professional Development
10 questions
Java main() and Scanner

Quiz
•
Professional Development
15 questions
java 13-10-2023

Quiz
•
Professional Development
11 questions
java 11-10-2023

Quiz
•
Professional Development
8 questions
Algoritmos y Programación C - Funciones y Procedimientos

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade