5 Flashcards

1
Q

A grouping that is ordered, sequential & can have duplicates.

A

What’s a list in Java?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A grouping like a LIST but all the items are unique. There are no duplicates.

A

What is a ‘set’ in Java?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Public or Private; Determines how other objects made from other classes can use the variable, or if at all.

A

Access Control

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A program that runs on a web page.

A

Applet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A tool included in the JDK that’s supported in NetBeans, which will test applets.

A

Appletviewer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A program that runs locally, on your own computer.

A

Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Extra information sent to a program.

A

Argument

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

An Array.

A

Argument Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A group of related variables that share the same type and are being arranged.

A

Array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The information that describe the object and show how it is different than other objects.

A

Attribute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

An object contains these two things.

A

Attributes and Behaviors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Casts a simple variable value to the corresponding class.

A

Autoboxing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What an object does.

A

Behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Type of variable that cannot be used in any Casting.

A

Boolean Values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Converting information from one form to another.

A

Casting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Any character.

Surrounded by single quotation marks.

A

char

17
Q

A master copy of the object that determines the attributes and behavior an object should have.

A

Class

18
Q

The way you give your computer program a name.

A

Class Statement

19
Q

Used to separate things within a section.

A

Comma

20
Q

Joining one string to another string. Also known as pasting.

A

Concatenating