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 numeric data type?

535


Explain inner classes ?

655


What is string in java is it a data type?

540


Can inner class have constructor?

558


What are the 8 primitive data types in java?

553






Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

590


What is the difference between compiler and jvm?

559


What do you understand by garbage collection in Java? Can it be forced to run?

558


What does method mean?

521


What is a list in java?

514


How do you get the length of a string in java?

526


What is the difference between a method and a function in alice?

583


Can abstract class have private constructor?

504


Is there any difference between synchronized methods and synchronized statements?

586


What is procedure writing?

515