Test JAVA - 1

Test JAVA - 1

12th Grade

15 Qs

quiz-placeholder

Similar activities

PHP

PHP

12th Grade

20 Qs

Linguaggio Java - Classi e Oggetti

Linguaggio Java - Classi e Oggetti

11th - 12th Grade

14 Qs

La sintassi CSS

La sintassi CSS

9th Grade - Professional Development

20 Qs

OOP in java

OOP in java

12th Grade

15 Qs

Linguaggio C++

Linguaggio C++

10th - 12th Grade

20 Qs

Algoritmo

Algoritmo

9th Grade - University

15 Qs

ECDL Modulo 3 - Word (Test 3)

ECDL Modulo 3 - Word (Test 3)

12th Grade

18 Qs

JAVA GUI

JAVA GUI

11th - 12th Grade

15 Qs

Test JAVA - 1

Test JAVA - 1

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Franco Corapi

Used 57+ 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?