Answer Posted / jesi
java does not really support multidimensional array.it does however supports array of array.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between stringbuffer and string?
What is the maximum length of a url?
What is the difference between class & structure?
What is runtime polymorphism or dynamic method dispatch?
What is the set interface in java programming?
What do you understand by synchronization?
What is private static in java?
What are inbuilt functions in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Compare Mutex and Semaphore in java.
What modifiers are allowed for methods in an interface?
What is meant by object?
why are there separate wait and sleep methods? : Java thread
What is an object's lock and which object's have locks in java programming?