Click here to Skip to main content
15,904,155 members

Comments by Member 13425520 (Top 2 by date)

Member 13425520 24-Sep-17 9:58am View    
Thanks. I reviewed some stuffs about it on Internet. Then I understood.
Member 13425520 23-Sep-17 15:58pm View    
Thanks for the advice. I will not dump so much code in the future.

After I imported
package bagPackage;
to LinkedBag1.java using the code
import bagPackage.*;


The Error came up.
LinkedBag1.java: error: Node is not public in bagPackage; cannot be accessed from outside package


Do you know whether there is a way to access to private class from outside package?