7/2/25, 9:04 AM CSE 2221 Midterm 2 2025 UPDATE Verified Questions And Answers | With 100% Correct Answers graded A+ Guaranteed Success!…
CSE 2221 Midterm 2 2025 UPDATE Verified
Questions And Answers | With 100% Correct
Answers graded A+ Guaranteed Success!!
Save
Terms in this set (42)
characterizes the responsibility of the program
Precondition
that calls the method (the client)
characterizes the responsibility of the program that
Post-condition
implements the method (the implementer)
Part of the contract that specifies the way a method
Parameter Mode might change the value of the corresponding
argument.
A parameter mode. Upon returning from a method
Clears call, a clears-mode parameter has the initial value for
its type.
The default parameter mode. Upon returning from a
Restores method call, a restores-mode parameter has the value
it had when it was passed into the method.
A parameter mode. Upon returning from a method
call, a replaces-mode parameter may have a different
Replaces value than its incoming value, but the method's
behavior doesn't depend on the incoming value of the
parameter.
Testing Proving code has an error
Debugging Finding and fixing an error in the code
https://quizlet.com/1058084521/cse-2221-midterm-2-2025-update-verified-questions-and-answers-with-100-correct-answers-graded-a-guaranteed-suc… 1/6
, 7/2/25, 9:04 AM CSE 2221 Midterm 2 2025 UPDATE Verified Questions And Answers | With 100% Correct Answers graded A+ Guaranteed Success!…
Receivers Distinguished formal parameters, implicit arguments
Having methods/variables all with the same name. The
Overloading actual constructor is inferred by the program from the
argument type.
.copyFrom() Copies values not references
Has the advantage that you don't need to know the
.newInstance()
name of any implementation class to call the method
.compareTo() Has all the >,< signs pointing in the same direction
Primitive types Types built-in to Java, refers to an object
All other types, refers to a location in memory which
Reference types
points to an object
Primitive variable Variable of primitive type
Reference variable Variable of reference type
The memory address of a reference type at which an
Reference value
object is stored
Object value The actual value of a reference type
We use an arrow instead of "=" to remind ourselves
--->
that a variable is a reference variable
Copies reference values into other reference
=
variables during assignment (creating aliasing)
Uninitialized reference A reference variable which has been created but
variable hasn't been assigned a value
Anonymous reference A literal, which has an object value but no name
variable
When two or more reference variables point to the
Aliasing same object (causes problems when one attempts to
change the object)
Parameter passing Copies reference values
https://quizlet.com/1058084521/cse-2221-midterm-2-2025-update-verified-questions-and-answers-with-100-correct-answers-graded-a-guaranteed-suc… 2/6
CSE 2221 Midterm 2 2025 UPDATE Verified
Questions And Answers | With 100% Correct
Answers graded A+ Guaranteed Success!!
Save
Terms in this set (42)
characterizes the responsibility of the program
Precondition
that calls the method (the client)
characterizes the responsibility of the program that
Post-condition
implements the method (the implementer)
Part of the contract that specifies the way a method
Parameter Mode might change the value of the corresponding
argument.
A parameter mode. Upon returning from a method
Clears call, a clears-mode parameter has the initial value for
its type.
The default parameter mode. Upon returning from a
Restores method call, a restores-mode parameter has the value
it had when it was passed into the method.
A parameter mode. Upon returning from a method
call, a replaces-mode parameter may have a different
Replaces value than its incoming value, but the method's
behavior doesn't depend on the incoming value of the
parameter.
Testing Proving code has an error
Debugging Finding and fixing an error in the code
https://quizlet.com/1058084521/cse-2221-midterm-2-2025-update-verified-questions-and-answers-with-100-correct-answers-graded-a-guaranteed-suc… 1/6
, 7/2/25, 9:04 AM CSE 2221 Midterm 2 2025 UPDATE Verified Questions And Answers | With 100% Correct Answers graded A+ Guaranteed Success!…
Receivers Distinguished formal parameters, implicit arguments
Having methods/variables all with the same name. The
Overloading actual constructor is inferred by the program from the
argument type.
.copyFrom() Copies values not references
Has the advantage that you don't need to know the
.newInstance()
name of any implementation class to call the method
.compareTo() Has all the >,< signs pointing in the same direction
Primitive types Types built-in to Java, refers to an object
All other types, refers to a location in memory which
Reference types
points to an object
Primitive variable Variable of primitive type
Reference variable Variable of reference type
The memory address of a reference type at which an
Reference value
object is stored
Object value The actual value of a reference type
We use an arrow instead of "=" to remind ourselves
--->
that a variable is a reference variable
Copies reference values into other reference
=
variables during assignment (creating aliasing)
Uninitialized reference A reference variable which has been created but
variable hasn't been assigned a value
Anonymous reference A literal, which has an object value but no name
variable
When two or more reference variables point to the
Aliasing same object (causes problems when one attempts to
change the object)
Parameter passing Copies reference values
https://quizlet.com/1058084521/cse-2221-midterm-2-2025-update-verified-questions-and-answers-with-100-correct-answers-graded-a-guaranteed-suc… 2/6