Test JAVA - 1

Quiz
•
Computers
•
12th Grade
•
Medium
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
Similar Resources on Wayground
10 questions
Controllo di Flusso in C++

Quiz
•
9th - 12th Grade
10 questions
Informatica e Sanità

Quiz
•
12th Grade
10 questions
Cos’è la ROM?

Quiz
•
6th - 12th Grade
10 questions
Attacchi informatici

Quiz
•
9th - 12th Grade
15 questions
Quiz sui Fondamenti di Informatica

Quiz
•
7th Grade - University
10 questions
Quiz sull'Intelligenza Artificiale

Quiz
•
8th Grade - University
10 questions
C# Massi

Quiz
•
9th - 12th Grade
17 questions
SMTP e Conversione binaria

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade