I have a few basic java questions, see how much you actually know about java and try awnser them
1. What does Static Mean?
2. What exactly is an iterator?
3. What does // for (Collection l : ls){...}// do?
4. What do ++i and i++ mean and what is the difference?
5. What does new do?
6. Whats the...