Java

Java

11th Grade

20 Qs

quiz-placeholder

Similar activities

UsoDiWord_01_Generale

UsoDiWord_01_Generale

6th - 12th Grade

17 Qs

Conosciamo i Sistemi Operativi

Conosciamo i Sistemi Operativi

9th - 12th Grade

15 Qs

Hardware e software

Hardware e software

9th - 12th Grade

22 Qs

PYTHON-Base n 1-3C

PYTHON-Base n 1-3C

11th Grade

17 Qs

NETIQUETTE

NETIQUETTE

9th - 12th Grade

15 Qs

sistema trasmissione, reti, e-mail

sistema trasmissione, reti, e-mail

9th - 12th Grade

25 Qs

4Inf_Java_base

4Inf_Java_base

11th Grade

25 Qs

I sottoprogrammi in C

I sottoprogrammi in C

10th - 12th Grade

20 Qs

Java

Java

Assessment

Quiz

Computers

11th Grade

Medium

Used 90+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Quali di queste dichiarazioni corrisponde alla corretta dichiarazione del metodo main?

public static void main(String args)

public void main(String args)

public static void main(String args[])

public static void main()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual è l'estensione di un file sorgente di Java?

.class

.txt

.cpp

.java

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Qual è la forma della dichiarazione di una costante di tipo carattere?

final char r = Y;

char final r = 'Y';

final int r = 'Y';

final char r ='Y';

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Le caratteristiche di un oggetto descrivono il suo stato

vero

falso

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I comportamenti di un oggetto descrivono il suo stato

vero

falso

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

I comportamenti di un oggetto si riferiscono alle sue funzionalità

vero

falso

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Come si può rappresentare la definizione di una classe?

Elencando solo i suoi attributi

Elencando solo i suoi metodi

Elencando sia i suoi attributi che i metodi

Facendo alcuni esempi

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?