Java Chapter 5 Review Questions

Java Chapter 5 Review Questions

Professional Development

20 Qs

quiz-placeholder

Similar activities

Excel Functions

Excel Functions

Professional Development

15 Qs

C CODE MASTER A

C CODE MASTER A

Professional Development

20 Qs

Microsoft Office Excel Chapter 2

Microsoft Office Excel Chapter 2

Professional Development

17 Qs

Season 3 #Spaic Machine learning Weekly Quiz

Season 3 #Spaic Machine learning Weekly Quiz

KG - Professional Development

20 Qs

Know your basics in C?

Know your basics in C?

Professional Development

20 Qs

JDBC_Objective_Exam_2

JDBC_Objective_Exam_2

Professional Development

15 Qs

Assessment 1

Assessment 1

Professional Development

20 Qs

PICO8/LUA QUIZ

PICO8/LUA QUIZ

6th Grade - Professional Development

15 Qs

Java Chapter 5 Review Questions

Java Chapter 5 Review Questions

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Alejandro Hidalgo

Used 4+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This type of method does not return a value

null

void

empty

anonymous

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This appears at the beginning of a method definition

semicolon

parenthesis

body

header

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The body of a method is enclosed in:

curly braces { }

square brackets [ ]

parentheses ( )

quotation marks " "

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A method header can contain:

method modifiers

the method return type

The method name

a list of parameter declarations

all of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A value that is passed into a method when it is called is known as a(n):

parameter

argument

signal

return value

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable that receives a value that is passed into a method is known as a(n):

parameter

argument

signal

return value

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This javadoc tag is used to document a parameter variable

@parameter

@param

@paramvar

@arg

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?