PreTrainingClassesObjectsMethods

PreTrainingClassesObjectsMethods

Professional Development

10 Qs

quiz-placeholder

Similar activities

C String Array MCQs

C String Array MCQs

Professional Development

10 Qs

AWS ACF Módulo 1  - Visão geral dos conceitos de nuvem

AWS ACF Módulo 1 - Visão geral dos conceitos de nuvem

Professional Development

10 Qs

TPIE

TPIE

Professional Development

14 Qs

MM Retest Aug 7

MM Retest Aug 7

Professional Development

15 Qs

Video Social Styles

Video Social Styles

Professional Development

15 Qs

FUN QUIZ - NOV (Series 1)

FUN QUIZ - NOV (Series 1)

Professional Development

15 Qs

Sorting2

Sorting2

Professional Development

13 Qs

Schedule Management Plan

Schedule Management Plan

Professional Development

15 Qs

PreTrainingClassesObjectsMethods

PreTrainingClassesObjectsMethods

Assessment

Quiz

Professional Development, Computers

Professional Development

Medium

Created by

Keven N Mitchell

Used 15+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What are Objects?

Blueprints detailing the states and behaviors of objects

Any entity with states and behaviors

A coordinated set of instructions which can return a value or void depending on it's return type

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What are Methods?

Blueprints detailing the states and behaviors of objects

Any entity with states and behaviors

A coordinated set of instructions which can return a value or void depending on it's return type

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What are classes?

Blueprints detailing the states and behaviors of objects

Any entity with states and behaviors

A coordinated set of instructions which can return a value or void depending on it's return type

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

It's best practice for all classes to have ____.

Their own .java file

A main method

The final access modifier

The abstract keyword

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

The main method has a very particular signature. It must look like ____

void main(String[] args)

public static main(String[] args)

public static void main(String[] args)

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What portion of the main method's signature can be changed?

public static

void

main

String[] args

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is included in a method declaration, but not a method invokation?

access modifiers

parameter datatypes

a code block

all of the above

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?