Answer Posted / ashokmail.java@gmail.com
Yes . Java support multi dimensional arrays.
Example : int[][] i = {(1,2),(2,4)};
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
How many java versions are there?
How are the elements of a gridbaglayout organized in java programming?
Do we have pointers in java?
State some situations where exceptions may arise in java?
Why are the objects immutable in java?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is stringreader?
What is an infinite loop?
How to pass arraylist to stored procedure in java?
What is parse method?
What is the purpose of file class?
What is type inference in java8?
Define class?
Is there a sort function in java?
When should you use arraylist and when should you use linkedlist?