Day 9: #100DaysOfCode#Java
Today I was learning about constructor and I found constructor name must match the class name, and it can't have a return type(like void). Also I noticed that constructor is called when object is created. All classes have constructor by default.
#CSE
Day 42: #100DaysOfCode
Hello ๐ coders โจ.
Today I was learning about iterator in Java. I will not go in deep but an interesting point I will tell you that iterator is the technical term for looping that's the reason why it is called iterator.๐
#java#dev#challenge#coding