Does java support multi dimensional arrays ?

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


Please Help Members By Posting Answers For Below Questions

What is an exception? difference between Checked and Unchecked exception in Java

777


What is r * in math?

735


How java is similar to c?

797


Why do we need strings in java?

712


What are the different types of inheritance in java?

767


What are the two ways in which thread can be created?

821


What are the different types of multitasking?

854


How the interruptible method gets implemented?

746


Are true and false keywords?

793


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

7733


Can we access the non-final local variable, inside the local inner class?

773


How do you replace a string in java?

761


What is the purpose of a default constructor?

834


What are different types of classloaders?

790


Explain about map interface in java?

796