Day - 8 Complete Syllabus (Core JAVA)

Day - 8 Complete Syllabus (Core JAVA)

University

80 Qs

quiz-placeholder

Similar activities

Exception Handling Package Interface Test

Exception Handling Package Interface Test

University

81 Qs

CMP128 Java Ch. 11-07-05-04 Exam #2 Study Guide Quiz

CMP128 Java Ch. 11-07-05-04 Exam #2 Study Guide Quiz

University

84 Qs

Java Test (Naming Conventions, Types of Variables & Methods)

Java Test (Naming Conventions, Types of Variables & Methods)

University

85 Qs

Computer Programming Python-2 Lab Quiz-1 CD

Computer Programming Python-2 Lab Quiz-1 CD

University

80 Qs

Java-FIN

Java-FIN

University

80 Qs

INPROLA Chapter 1

INPROLA Chapter 1

University

75 Qs

APCS Principles Practice Exam

APCS Principles Practice Exam

8th Grade - University

75 Qs

UH2 PBO Sem 2 2021/2022 SMKN9 Medan

UH2 PBO Sem 2 2021/2022 SMKN9 Medan

11th Grade - University

75 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

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?