Programming Tutorials

Is Iterator a Class or Interface? What is its use?

By: Karthik in Interview Tutorials on 2012-06-16  

Answer: Iterator is an interface which is used to step through the elements of a Collection.





Add Comment

* Required information
1000

Comments

No comments yet. Be the first!

Most Viewed Articles (in Interview )

What is Collection API?

Question: Difference between forward and sendRedirect in JSP?

Explain garbage collection?

Interview Question: What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

What is the difference between Session Bean and Entity Bean?

Differentiate between .ear, .jar and .war files.

Interview Question: Do ActionForms have to be true JavaBeans?

Question: How would you go about analyzing performance of an application?

Interview Question: Does Struts include its own unit tests?

What are Access Specifiers available in Java?

What is the difference between jsp:include page and @ include file?

What is the difference between interface and abstract class?

Interview Question: Write code of any Action Class?

The output of System.out.println(5>>2) in Java

What are all the different scope values for the tag?

Latest Articles (in Interview)