Package aquarium.*;
public class Tank{ };
Package aquarium.jellies;
public class jelly{ };
Package visitor;
INSERT IMPORTS HERE
public class AquariumVisitor{
public void admire(Jelly jelly){ } }
There are only two answers..
Answers are import aquarium jellies.jelly; or import aquarium.jellies.*;
How can these imports import public class tank???? That is my question please help..
replace insert imports here to make code compile??
Moderator: admin
-
- Posts: 14
- Joined: Thu Dec 22, 2016 8:55 pm
- Contact:
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: replace insert imports here to make code compile??
why do you want to import Tank if it is not used??
-
- Posts: 14
- Joined: Thu Dec 22, 2016 8:55 pm
- Contact:
Re: replace insert imports here to make code compile??
How to identify required imports and imports not required to import, because there is a option called import aquarium.* which is not taken as a valid answer.....
-
- Site Admin
- Posts: 10388
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: replace insert imports here to make code compile??
This is a very easy topic. You should go through this basic java tutorial to understand this: https://docs.oracle.com/javase/tutorial ... epkgs.html
Who is online
Users browsing this forum: No registered users and 5 guests