1.

Which of the following is the correct way of importing an entire package ‘pkg’?(a) import pkg.(b) Import pkg.(c) import pkg.*(d) Import pkg.*The question was asked in exam.This is a very interesting question from Packages topic in chapter Interfaces & Packages of Java

Answer»

Right choice is (c) IMPORT PKG.*

For explanation I would say: Operator * is USED to import the ENTIRE PACKAGE.



Discussion

No Comment Found

Related InterviewSolutions