Venkata Sai has Published 61 Articles

Explain the importance of import keyword in java?

Venkata Sai

Venkata Sai

Updated on 30-Jul-2019 22:30:26

521 Views

In Java classes and interfaces related to each other are grouped under a package. Package is nothing but a directory storing classes and interfaces of a particular concept. For example, all the classes and interfaces related to input and output operations are stored in java.io package.There are two types of ... Read More

Previous 1 ... 3 4 5 6 7
Advertisements