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
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
3
Q
What is unboxing?
A
It is the opposite of auto boxing
4
Q
What is a recursive method?
A
a method that calls itself
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