Which Of The Following Is The Correct Way Of Importing An #1063
Which of the following is the correct way of importing an entire package ‘pkg’?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Interfaces Packages - Java Packages - Quiz No.1.
Which of the following is the correct way of importing an entire package ‘pkg’?
import pkg.
Import pkg.
import pkg.*
Import pkg.*