Java Test3

Java Test3

University

50 Qs

quiz-placeholder

Similar activities

FT1 - App

FT1 - App

University

50 Qs

java unit 2

java unit 2

University

50 Qs

EPA-11-DEC-2021 On Java

EPA-11-DEC-2021 On Java

University

50 Qs

Java Programming Quiz

Java Programming Quiz

University

50 Qs

Java Test6

Java Test6

University

50 Qs

Unity Pretest 1

Unity Pretest 1

12th Grade - University

50 Qs

Visual basic Quiz PGDCA

Visual basic Quiz PGDCA

University

50 Qs

INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING

INTRODUCTION TO OBJECT-ORIENTED PROGRAMMING

University

55 Qs

Java Test3

Java Test3

Assessment

Quiz

Computers

University

Medium

Created by

Prof. Harish T. Gwalani

Used 2+ times

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a class in Java?
define
struct
class
object

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create an object in Java?
object o = new()
new Object();
create object()
Object.create()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to declare a static variable?
const
final
static
global

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the return type of a constructor?
void
int
None
It has no return type

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is a constructor called?
When object is deleted
When class is loaded
When object is created
After main method

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of a constructor?
Any name
Same as class
Object
Init

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

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?