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

what is the use of request get parameter map in servlet with example
Map of all input elements of form of Html can be retrieved with getParameterMap() method and it is very rarely used. Map requestParams = request.getParameterMap();
Pushpendra
hi this iz sunil here I done with my b.sc in cs and planning to go fr java course shld I prefer for institution or a lecturer who teaches java at his own tuitions ...
You can choose either of the way, but make sure you join with right tution or instructor, make sure he teaches all the topics.
Sunil
0 0
5
What is JavaBean?
A JavaBean is just a standard All properties private (use getters/setters) A public no-argument constructor Implements Serializable. That's it. It's just a convention. Lots of libraries...
Ankit
0 0
6
If a class contains only a private constructor and no other constructor, is it possible to create object of that class? If yes how?
Yes, It is possible. But, Object can be created only with in that class (either in any method or block).
Shabbir
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

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

Ask a Question

Related Lessons

Java: A Quick Overview
Not purely Object Oriented: It doesn't support multiple inheritence, it supports primitive data types and static members. Doesn’t support multiple inheritance: Reason is diamond problem i.e.,...

Constructor Overloading
public class ConstructorOverloading { public ConstructorOverloading(){ System.out.println("default"); } public ConstructorOverloading(String a){ System.out.println("a"); } public ConstructorOverloading(int...
S

Sarthak C.

0 0
0

Programing Languages Learning Tricks
You want to learn that new language or library or framework as soon as possible, right? That’s understandable. Fortunately, there are a handful of tips that can help you to better retain all of that...
H

Harshal G.

0 0
0

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

CONDITIONAL STATEMENT - IF ELSE
1. IF condition only if is true conditon is required. if(condition){//statements} 2. IF-ELSE condition 1. to check whether the condition will be true or false.syntax of if-else2. only 1 conditionif(condition){//statements}else{//statements} 3....

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