What are the major drawbacks of external iteration?



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

Post New Answer

More Core Java Interview Questions

what is request processor?

1 Answers   Virtusa,


how exactly garbage collection take place?

4 Answers  


Does java allow overriding static methods ?

1 Answers  


what is the Yield() method used in threads?

4 Answers   Accenture,


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?

6 Answers   KPIT,


. Define Copy Constructor in Java

1 Answers  


Can you inherit a constructor java?

1 Answers  


What is java util hashmap?

1 Answers  


Explain spliterator in java8?

1 Answers  


What is e java?

1 Answers  


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


How do you use compareto in java?

1 Answers  


Categories