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 difference between == and === in js?
What happens if we override private method?
why doesn't java run on all platforms?
What Is Composition?
why Java does not support multiple inheritances?
What is the purpose of static keyword in java?
What is anonymous inner class?
Write a program to print fibonacci series up to count 10.
Can we have static methods in an interface?
What is loop in java?
What is the best definition for data?
How the metacharacters are different from the ordinary characters?
What is the significance of java packages?
What are wrapped classes in java programming?
What is default exception handling in java?