Answer Posted / chandrarekha
Yes java supports multi dimensional arrays..care should be
taken while creating an array, as the array elements are
considered to be objects...we use new operator
int arr[][]=new int[3][]
arr[0]=new int[2];
arr[1]=new int[3];
arr[2]=new int[4];
the second dimension need not always have the same number
of elements.
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is compiler and what its output.
Do I need java on my pc?
What is the use of jtable?
How do you start a thread?
What is the exact difference in between Unicast and Multicast object? Where will it be used?
What are the basics of core java?
What is difference between word and integer?
What is a method header?
Explain different types of wrapper classes in java?
What is the difference between numeric and integer?
Difference between string s= new string (); and string s = "abv";?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is java util function?
What are the different access modifiers available in java?
What are peerless components in java programming?