Question: This is an easy Java question A class Course is defined in a package com.java2s. I location of the corresponding class file is Given that
This is an easy Java question

A class Course is defined in a package com.java2s. I location of the corresponding class file is Given that the physica /mycode/com/java2s/Course.class and execution takes place within the mycode directory, which of the following lines of code, when inserted at INSERT CODE HERE, will import the Course class into the class MyCourse? // INSERT CODE HERE /class MyCourse //Course c; import mycode.com.java2s.Course; import com.java2s.Course; import mycode.com.java2s; import com.java2s O import mycode.com.java2s* import com.java2s*
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
