Day - 8 Complete Syllabus (Core JAVA)

Day - 8 Complete Syllabus (Core JAVA)

University

80 Qs

quiz-placeholder

Similar activities

UTS Keamanan Data & Informasi TRK

UTS Keamanan Data & Informasi TRK

University

76 Qs

CCNA

CCNA

University

75 Qs

RECAP- .Net Programming

RECAP- .Net Programming

University

77 Qs

Web Design and Development

Web Design and Development

University

80 Qs

MOC10961

MOC10961

University

76 Qs

Mega Quiz

Mega Quiz

11th Grade - Professional Development

85 Qs

Quiz Berpikir Komputasional 9

Quiz Berpikir Komputasional 9

9th Grade - University

80 Qs

python

python

University

82 Qs

Day - 8 Complete Syllabus (Core JAVA)

Day - 8 Complete Syllabus (Core JAVA)

Assessment

Quiz

Computers

University

Medium

Created by

Prof. Karale

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which keyword is used to create an object in Java?
new
class
void
this

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid declaration of an object?
MyClass obj = new MyClass();
obj MyClass = new();
MyClass = obj;
new MyClass obj();

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Static members are shared among:
All instances
One object only
Local classes
None

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which method is automatically called when an object is created?
main()
constructor
static
init()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many constructors can a class have?
Only one
Two
Multiple
None

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which keyword refers to the current object?
super
this
self
instance

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which modifier makes a member private to its class?
public
protected
default
private

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?