Re: Is there an easy way to find the right class?
- From: Farcus Pottysquirt <where_is_my_car@xxxxxxxxxx>
- Date: Tue, 30 Jan 2007 21:46:07 GMT
Lew wrote:
This is a Zen question.Yes but can it help me maintain my motorcycle better.
The short answer is that you simply have to know the API. That means a lot of time constantly studying a moving target.Any recommendations on how you would accomplish this?
The tutorials help, with a few packages like the Collections framework.You mean the guy who wrote _Essential Java_ ?
<http://java.sun.com/docs/books/tutorial/collections/index.html>
(Written by Josh Bloch!)
Or in depth tutorials likeLooked there... 2003? So I guess jdk1.6 isn't being looked at yet?
<http://java.sun.com/developer/onlineTraining/essentials/>
Aside from that I recommend studying the API package by package.Do each of the packages have a page like this?
Here's a good place for studying java.util.
<http://java.sun.com/j2se/1.5.0/docs/api/java/util/package-summary.html>
Looks like java/io does at least
You can go a long time knowing only a subset. For example, I am only now finally after forever getting around to studying the NIO packages.Did you have a particular reason to study the NIO packages? If so, was it because you found out that the NIO package has a class that your app can use? And how do you know which package to study? Did you ask someone like I'm asking the group now?
<http://java.sun.com/javase/6/docs/api/java/nio/package-summary.html#package_description>
<http://java.sun.com/javase/6/docs/api/java/nio/channels/package-summary.html#package_description> GIYF.
GIYF??? - ... ahhh... google is your friend
.
- Follow-Ups:
- References:
- Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Re: Is there an easy way to find the right class?
- From: Corona4456
- Re: Is there an easy way to find the right class?
- From: Corona4456
- Re: Is there an easy way to find the right class?
- From: Farcus Pottysquirt
- Re: Is there an easy way to find the right class?
- From: Lew
- Is there an easy way to find the right class?
- Prev by Date: Re: Is there an easy way to find the right class?
- Next by Date: Re: New line in a JTextArea (student learning here)
- Previous by thread: Re: Is there an easy way to find the right class?
- Next by thread: Re: Is there an easy way to find the right class?
- Index(es):
Relevant Pages
|
|