A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Programmer Certification (SCJP/OCPJP)
Author
Array
nikhil nandu
Greenhorn
Joined: Jan 10, 2001
Posts: 4
posted
Jan 10, 2001 22:39:00
0
A. int arr1[][] = new int[10][10];
B. int arr2[] = new int[10][10];
C. int arr3[10][] = new int[10][];
D. int arr4[][] = new int[10][];
I think ans for this qns is 1 and 4.Please correct me if i m wrong.
sankar sivassoupramanime
Greenhorn
Joined: Jan 03, 2001
Posts: 12
posted
Jan 10, 2001 22:45:00
0
You are right!!!
I agree. Here's the link:
http://aspose.com/file-tools
subject: Array
Similar Threads
how many objects will be created.
array
How many objects are created by the following two statements?
How many objects are created by the following two statements?
Problems with arrays & for loops
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter