Why are arrays useful in java?
Answer / Mahima Singh
Arrays are useful in Java for several reasons: they provide efficient storage and manipulation of a fixed-sized collection of elements, they can be used for primitive types as well as objects, they allow for fast random access to their elements, and they can improve performance by reducing the number of object allocations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between abstraction and encapsulation.
Why we need Finally with try? pls expain with ur example..
What is difference between classpath and path variables in java?
Variable of the boolean type is automatically initialized as?
what is heap memory?
1 Answers Tavant Technologies, Zensar,
What is the difference between a vector & an array list?
What is java used for?
What are the changes in java.io in java 8 ?
Can a private method be declared as static?
What environment variables do I need to set on my machine in order to be able to run java programs?
Java support what type of parameter passing ?
What is a class reference?