Answer the following statements true (T) or false (F)
1) Local variables are initialized to their default values.
2) Attempting to use an uninitialized local variable is a runtime error.
3) It’s always better to get the errors out of your programs at execution
time, if possible, rather than at compilation time.
4) The benefits of data integrity are automatic when instance variables are
made private.
1) F
2) F
3) F
4) F
You might also like to view...
Laura is carefully estimating the time required for each phase of a proposed system development project to see if her company can meet the client's desired time for completion. Laura is checking on ___________. ?
A. ?technical feasibility B. ?schedule feasibility C. ?deadline feasibility D. ?economic feasibility
List nodes normally are not necessarily stored in contiguous memory. Rather, they’re ________ contiguous.
a. physically b. approximately c. comparably d. logically