Java Chapter 5 Review Questions

Java Chapter 5 Review Questions

Professional Development

20 Qs

quiz-placeholder

Similar activities

Menus, Dialog Boxes and Methods

Menus, Dialog Boxes and Methods

10th Grade - Professional Development

17 Qs

DSP_Prelim Quiz

DSP_Prelim Quiz

Professional Development

20 Qs

Computer Science Vocab

Computer Science Vocab

6th Grade - Professional Development

21 Qs

Structure and union

Structure and union

Professional Development

20 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

Model 10

Model 10

Professional Development

17 Qs

JavaScript

JavaScript

Professional Development

20 Qs

Understanding Servlet Concepts in Java

Understanding Servlet Concepts in Java

Professional Development

20 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?