When the type name is too long, in C# i can create alias like this:
using Dict = System.Collections.Generic.Dictionary;
No you can not do like that in java.Here you need to import the packages, if you do not want to import the package then you need to use fully qualified class name.