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
What is an exception? difference between Checked and Unchecked exception in Java
What is r * in math?
How java is similar to c?
Why do we need strings in java?
What are the different types of inheritance in java?
What are the two ways in which thread can be created?
What are the different types of multitasking?
How the interruptible method gets implemented?
Are true and false keywords?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
Can we access the non-final local variable, inside the local inner class?
How do you replace a string in java?
What is the purpose of a default constructor?
What are different types of classloaders?
Explain about map interface in java?