Is it possible to import the “array type” in Java?
I know this will be a useless import, but we can explicitly import java.util.String (although java.lang is automatically imported) or even the class that is being defined in the current compilation unit…
Is it possible to make this absurd import?
No, you can’t import the array type. Like you can’t import
intordouble