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 must a class do to implement an interface in java programming?
What is the concatenation operator in java?
What is the simpletimezone class in java programming?
In java, how we can disallow serialization of variables?
Explain aggregation in java?
Is class is a data type?
Explain the significance of class loaders in bootstrap?
What is meant by 'bit masking' in java?
What is hash in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
Is c better than java?
Difference between method overloading and method overriding in java ?
What is a flag and how does it work?
What is the console in java?
How listener identify that the event came from a particular object?