Business Studies, asked by ifrahzameer6688, 1 year ago

Importance of entrepreneurship in keywords

Answers

Answered by vidhidedhia9797
0

Creation of job opportunities.

Innovation.

Impact on community development.

The consequence of business failure.

Political and economic integration of outsiders.

Spawns entrepreneurship.

Enhances standard of living.

Promotes research and development.

Answered by kush193874
3

Answer:

Short notes on import statement:

In Java, Import statement is used for referring either all the classes & interfaces of the specific package (or) a specifying about particular class/interface of a specific package in our java program.

Syntax:

(i) import package1.package2.....*;

It is used to import all the predefined properties of specific package.

(ii) import package1.package2....classname/interfacename;

It refers either one class (or) one interface of a specific package but not all.

Advantages of 'import':

......(i) Easier to provide access control.

......(ii) Name conflicts i.e Name space collision is avoided.

.....(iii) Reusability.

Similar questions