Java Quiz 1

Java Quiz 1

University

42 Qs

quiz-placeholder

Similar activities

Semangat PBO Gesss!

Semangat PBO Gesss!

University

37 Qs

Internal Exam Quiz

Internal Exam Quiz

University

47 Qs

I/O and Operators in C

I/O and Operators in C

University

43 Qs

Access Modifiers, Inheritance & Polymorphism

Access Modifiers, Inheritance & Polymorphism

University

39 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

Uas PBO

Uas PBO

University

39 Qs

MIDTERM - ANDROID

MIDTERM - ANDROID

University

39 Qs

Quiz Penilaian AP2A

Quiz Penilaian AP2A

University

40 Qs

Java Quiz 1

Java Quiz 1

Assessment

Quiz

Computers

University

Hard

Created by

Omphile Mosingathi

Used 6+ times

FREE Resource

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an object in Java?

A. A blueprint for creating classes

B. A real-world entity with state and behavior

C. A collection of methods

D. A package of related classes

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a class in Java?

A. An instance of an object

B. A blueprint from which objects are created

C. A type of variable

D. A method that performs a specific task

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a class in Java?

A. new

B. this

C. class

D. object

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a method in Java?

A. A variable that stores data

B. A function defined inside a class

C. A reference to an object

D. A type of primitive data

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct signature of the main() method in Java?

A. public void main(String[] args)

B. public static void main(String[] args)

C. private static void main(String[] args)

D. public static int main(String[] args)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the main() method in a Java program?

A. To define the blueprint of an object

B. To store object references

C. To serve as the entry point of the program

D. To manage package imports

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a redundant import in Java?

A. An import statement that is never used in the code

B. An import statement that is required by the JVM

C. An import statement that imports the same class twice

D. An import statement that imports classes from a different package

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?