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 must a class do to implement an interface in java programming?

766


What is the concatenation operator in java?

839


What is the simpletimezone class in java programming?

851


In java, how we can disallow serialization of variables?

762


Explain aggregation in java?

758


Is class is a data type?

817


Explain the significance of class loaders in bootstrap?

733


What is meant by 'bit masking' in java?

890


What is hash in java?

729


How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?

783


Is c better than java?

750


Difference between method overloading and method overriding in java ?

816


What is a flag and how does it work?

764


What is the console in java?

926


How listener identify that the event came from a particular object?

1733