| Author |
query classes
|
Kartik Mahadevan
Ranch Hand
Joined: Feb 16, 2005
Posts: 44
|
|
Hi Are all the classes declared in java library like Java.lang public? Thanks
|
 |
Stan James
(instanceof Sidekick)
Ranch Hand
Joined: Jan 29, 2003
Posts: 8791
|
|
Take a peek into theAPI JavaDoc. In the top-left corner is a list of packages. You can see how Sun organized things. Bookmark that documenation! (or the version that matches the JDK you use) It's a fantastic resource, and it's worth spending some time just snooping around for interesting looking things. [ February 17, 2005: Message edited by: Stan James ]
|
A good question is never answered. It is not a bolt to be tightened into place but a seed to be planted and to bear more seed toward the hope of greening the landscape of the idea. John Ciardi
|
 |
Trevor Whitehead
Greenhorn
Joined: Oct 16, 2002
Posts: 16
|
|
|
Also spend some time learning about access modifiers (public, private, protected, default).
|
 |
 |
|
|
subject: query classes
|
|
|