What is the effect of the following import statement?

```
import java.awt.*;
```

This statement allows the program in which it is written to access all classes (because of the wildcard *) in the package java.awt without any further reference to the package name.

Computer Science & Information Technology

You might also like to view...

The AutoNumber data type is used for keys

Indicate whether the statement is true or false

Computer Science & Information Technology

What does the var statement do?

What will be an ideal response?

Computer Science & Information Technology