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
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
Differentiate between the constructors and methods in java?
Is 0 a prime number?
What are the differences between the constructors and methods?
What does singleton mean in java?
What is the difference between hashmap and hashtable? What is an interface?
What is keyword auto for?
What is the purpose of void?
What are the differences between stringbuffer and stringbuilder?
Why is java logo a cup of coffee?
Mention a package that is used for linked list class in java.
How do I know if java is installed?
What are the library functions in java?
What is meant by 'Class access modifiers'?
Difference between final and effectively final ? Why is effectively final even required ?