M
mike
regards:
When I read the api of some opensource
Classes
XXX.YYY
When I read the api of some opensource
Classes
XXX.YYY
When I read the api of some opensource
Classes
XXX.YYY
mike said:regards:
When I read the api of some opensource
Classes
XXX.YYY
Davide said:Hi Mike.
Perhaps I may be wrong...
could be XXX a class in YYY package?
For example, you could have ZZZ.XXX.YYY, this may be java.util.Vector:
java is the external package, util is the inner package ad Vector a
class in java.util package.
Ann said:I never heard of "external package" and "inner package", what
are they? I searched the SUN Java Tutorial for them and nothing
is found.
KiLVaiDeN said:There is no real hierarchy in the packages, but since they are handled like
folders you could say "external package" is the higher folder, and "inner
package" would be the subfolders.
They could also be handled differently, like this
instead of
java
util
lang
having something like
java.util
java.lang
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.