path & directiories
Hi, I am a junior Java developer. I am some questions need you experts to help me out.1. Where can I locate the pathof the prepackaged classes?2. An example of Javax.swing.JoptionPane. Is JoptionPane a object? Is JoptionPane a subfolder under swing folder?
> Hi, I am a junior Java developer. I am some questions
> need you experts to help me out.
>
> 1. Where can I locate the pathof the prepackaged
> classes?
do you mean the package names for the classes in the java api? in the api docs, which you can find on java.sun.com
> 2. An example of Javax.swing.JoptionPane. Is
> JoptionPane a object? Is JoptionPane a subfolder
> under swing folder?
it's a class in the javax.swing package
> Thank you all. > > when I install J2SE, does it mean I intall all> default packages at sme time?J2SE consists of, among other things, rt.jar, where all those packages live. So, yes