Whenever I create a new class, it is 70% obvious that I will use collection
classes in it. Its my personal preference. I almost always use utility classes. So is there a way in eclipse
that whenever I create a new class, editor should automatically insert import java.util.*
for me. So that I don’t have to use cntrl shift o
I can remove it if not needed but I need automatic insertion of few necessary imports predefined for a class.