What are the major drawbacks of external iteration?
Answer / Shivanath Gupta
The major drawback of external iteration is that it requires knowing the size of the array or collection beforehand, which might not always be available.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is request processor?
how exactly garbage collection take place?
Does java allow overriding static methods ?
what is the Yield() method used in threads?
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
. Define Copy Constructor in Java
Can you inherit a constructor java?
What is java util hashmap?
Explain spliterator in java8?
What is e java?
how many ways to create Thread and which one is good? runnable interface ot Thread class?
How do you use compareto in java?