Access Specifiers
SRAVZOct 13 2012 — edited Oct 13 2012All
I have tow classes namely ClassA and ClassB, ClassA uses methods which are in ClassB. I donot want ClassB to be visible to external world outside the jar, if they are in classpath.
So how do i accomplish this? What is the Access Specifier i need to use?
ClassA and ClassB are bundled in a jar file.