BOG-Java-lecture-1

BOG-Java-lecture-1

1st - 5th Grade

5 Qs

quiz-placeholder

Similar activities

Python L1 Quiz 8: Designing Programs

Python L1 Quiz 8: Designing Programs

1st - 12th Grade

10 Qs

Quiz pédagogique 1

Quiz pédagogique 1

1st - 3rd Grade

8 Qs

Java Fundamental

Java Fundamental

2nd Grade

10 Qs

Java Basics Quiz for Grade 1

Java Basics Quiz for Grade 1

1st Grade

9 Qs

App Lab Day 2 quiz

App Lab Day 2 quiz

4th - 12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

5th Grade

10 Qs

Python-Partie7

Python-Partie7

1st Grade

10 Qs

TechSmart Introduction Quiz

TechSmart Introduction Quiz

4th Grade

10 Qs

BOG-Java-lecture-1

BOG-Java-lecture-1

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Kakha Pilauri

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Garbage Collection is automated In Java

Yes

No

Yes, but we can do it manually as well

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is object in Java?

everything that is not a primitive

reverse of a Java class

Instance of a Java class

Java class functionality

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which part of the memory are Java Objects saved?

Heap

Stack

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which types have references

primitives

Objects

both

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what does == operator do

compare the references of the given types

compare whether two objects are equal