Why is Java import static brain dead?

Why is Java import static brain dead?

Note: This article will be emailed to your friend.

Let’s begin with an example. Assume a class MQ is in the packageĀ  com.taragana.mq. The utlitiy class Util also belongs to the same package. I can import Util from MQ like this:

import Util;
In fact I don’t even need to import it because it is in the same package. However it appears that I cannot import [...]

Read the rest of this article (100 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro