Why Java Laguage is not provided get method into Iterator? is there any specific reson.

Asked by Last Modified  

15 Answers

Learn Java

Follow 0
Answer

Please enter your answer

1) Iterator is an Interface. 2) It's sole purpose is to iterate not save value. POJO's have getters and setters.
Comments

Computer Savvy Professional

It can be built on top of a Current Intertaor interface
Comments

Java Technical Leader

Iterator interface is made for traversal over Collection Object. So there nothing connection with the getting object from iterator collection interface provide get for pic up object from collections. For more Iterator can be internal or External if it is internal you can create a auxilary getter and...
read more
Iterator interface is made for traversal over Collection Object. So there nothing connection with the getting object from iterator collection interface provide get for pic up object from collections. For more Iterator can be internal or External if it is internal you can create a auxilary getter and return object. For extranal fron snapshot you can do so. read less
Comments

Expert IT Trainer

becaz there is next() method.
Comments

Ssoftware engineer

iterator have methods only available.it will be work as forward direction
Comments

Iterator traverse only in forward direction and you cannot get the index of an element/object. So no point of having a get method in it.
Comments

Let's simplify Coding, It's a great Fun.

iterator is meant for sequential traversal of the collection hence it does not contain get() method.Because get() method means direct access of element in a list.
Comments

Core java and selenium project

To get any element in a collection using index you can directly use get method provided in Collection. To avoid redundancy they have not provided it in Iterator. And also iterator is only for traversing through elements in a collection sequentially.
Comments

Because an iterator generally points to a single instance in a collection. Iterable implies that one may obtain an iterator from an object to traverse over its elements - and there's no need to iterate over a single instance, which is what an iterator represents.
Comments

UI Designer -- UI Developer -- Web Developer

Iterator traverse only in forward direction and you cannot get the index of an element/object. So no point of having a get method in it. - See more at: https://www.urbanpro.com/java/why-java-laguage-is-not-provided-get-method-into-iterator#sthash.6RYktnEJ.dpuf
Comments

View 13 more Answers

Related Questions

Which programming language should one use for large scale machine learning, Java or C++?
Java but preferred language now is R or Scala or Python .
Rayaan
0 0
5
How can I execute a Java program?
Through command-line 1.compile the code using javac filename.java 2. Finally run the code using java filename here filename is classname. If u use eclipse then right click the java code n select run as java application .
Suresh
0 0
5
why can't we create an object for abstract class? why wait,notify,notifyall methods were in object class but not in thread class?
The Generalized object can be a abstract class in the sense. Consider we have three object Employee, Manager, and Engineer we can establish the relationship like Manager extends Employee , Engineer extends...
Jilani
Is learning Java worthwhile?
Yes, learning Java is worthwhile for versatile career opportunities in web, mobile, and enterprise development.
Shantanu
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Necessity of Theory and Practical in Computer Science.
Upon studying a subject both theory and practical are important. Usually many schools concentrate more on theory and the marks not on the practical. Other and opposite kind of people prefer practical...

Software Testing
Software testing is a process of executing a program or application with the intent of finding the software bugs. It can also be stated as the process of validating and verifying that a software program...

Introduction to Course Content
Video about what we are going to learn throughout the Java Training Session .

History Of Java
Java history is interesting to know. The history of java starts from Green Team. Java team members (also known as Green Team), initiated a revolutionary task to develop a language for digital devices such...

Observer Pattern in Java.
As I was going through the different source code files of the Java Util package, I found the implementation of the Observer Pattern ( see the Gang of Four books for more information on this pattern) in...

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you