SE 2205a (Unit 1-Part 1) Flashcards

1
Q

What is a wrapper class?

A

They provide a way to use primitive data types as reference data types

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

What is auto boxing?

A

It is the automatic conversion that the Java compiler makes between the primitive types and their corresponding wrapper classes

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

What is unboxing?

A

It is the opposite of auto boxing

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

What is a recursive method?

A

a method that calls itself

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

What is an Iteration?

A

A bottom up technique used to run a block of code repeatedly until a specific condition no longer exists
-Are formed with loops

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