Can two applets in separate package call each other?
Posted: Tue Mar 15, 2016 1:54 am
I wrote two applets in separate package(class A in package 1; class B in package 2). I wonder if the two applets can import each other. I mean class A can import class B and class B can import class A. Does anyone know this?