Test JAVA - 1

Test JAVA - 1

12th Grade

15 Qs

quiz-placeholder

Similar activities

Test di Informatica 1 anno

Test di Informatica 1 anno

9th Grade - University

20 Qs

PHP

PHP

12th Grade

20 Qs

A4 - Il linguaggi di programmazione C++ SELEZIONE

A4 - Il linguaggi di programmazione C++ SELEZIONE

2nd Grade - University

15 Qs

Layer in Autocad

Layer in Autocad

8th Grade - University

20 Qs

array struct classi

array struct classi

9th - 12th Grade

12 Qs

Test informatica Hardware e software

Test informatica Hardware e software

6th - 12th Grade

15 Qs

File system in Windows 7

File system in Windows 7

9th Grade - University

20 Qs

Linguaggio Java - Classi e Oggetti

Linguaggio Java - Classi e Oggetti

11th - 12th Grade

14 Qs

Test JAVA - 1

Test JAVA - 1

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Franco Corapi

Used 59+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Nel linguaggio Java, a cosa servono i costruttori?

Definire un metodo di un oggetto

Definire il codice per l'implementazione delle interfacce

definire le istruzioni da eseguire quando si istanzia un oggetto

È un metodo particolare per invocare il super()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Il seguente codice è usato per?


class Subclass-name extends Superclass-name

{

//methods and fields

}

Polimorfismo

Incapsulamento

Ereditarietà

nessuna delle precedenti

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Se la Classe Cat estende la classe Animal. quale delle seguenti dichiarazione è NON E' Valida?

Cat x = new Cat();

Animal X = new Animal();

Cat x = new Animal();

Animal x = new Cat();

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Quale delle seguenti dichiarazioni è corretta per dichiarare una LinkedList di Stringhe

LinkedList<String>

linkedList(String)

LinkedList[String]

LinkedList{String}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Nella terminologia della programmazione orientata agli oggetti, le caratteristiche di un oggetto sono definite da:

attributes

class

instance

methods

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Con quale strumento viene offerta la possibilità di creare nuove classi estendendo classi già esistenti?

incapsulamento

ereditarietà

polimorfismo

astrazione

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

cos'è il bytecode

La quantità di memoria allocata dinamicamente

La quantità di memoria allocata staticamente per le code di stampa

Il contenuto di un file di estensione class

il codice ASCII o UNICODE dei singoli Byte

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?