- Study guides, Class notes & Summaries
Looking for the best study guides, study notes and summaries about ? On this page you'll find 2 study documents about .
2 results
Exam (elaborations)
CS 1027 MIDTERM EXAMS art I. Multiple Choice Questions
lOMoARcPSD|140 
CS 1027 
MIDTERM EXAMS 
art I. Multiple Choice Questions 
 
For each multiple choice question circle only one answer. 
1.	(1 mark) Consider the following Java statement 
Integer i = new Integer(1); 
What value is stored in i? 
(A)	The value 1	(B) The address of object Integer(1)	(C) The object Integer(1) 
2.	(1 mark) The following statement: String[] s = new String[10]; creates an array object and each one of the 10 entries of the array stores an empty ("") string. 
(...
Exam (elaborations)
CS 1027 MIDTERM EXAMS art I. Multiple Choice Questions
PopularlOMoARcPSD|140 
CS 1027 
MIDTERM EXAMS 
art I. Multiple Choice Questions 
 
For each multiple choice question circle only one answer. 
1.	(1 mark) Consider the following Java statement 
Integer i = new Integer(1); 
What value is stored in i? 
(A)	The value 1	(B) The address of object Integer(1)	(C) The object Integer(1) 
2.	(1 mark) The following statement: String[] s = new String[10]; creates an array object and each one of the 10 entries of the array stores an empty ("") string. 
(...