InterviewSolution
Saved Bookmarks
| 1. |
What is import attribute? |
|
Answer» The import attribute serves the same function as, and behaves like, the Java import statement. The value for the import option is the name of the package you want to import. |
|