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