The imports you choose to use only make a compile-time difference when resolving class names.
So the only advantages/disadvantages apply to readability.
Only importing the minimum you require seems better because someone can look at what you actually are using. That said, the IDE probably handles this and it's a moot point.