i am confused by ClassLoader,NameSpace,help!!!!
we know one ClassLoader has one NameSpace.
A java program has at least three Loaders, Bootstrap,Extension,System,maybe you write another .
my question are:
1.is it means that it exist at least three nameSpaces?
2,how can a .class in a namespace uses other namespace's .class?use the keyword "import"?
thanks.