I'm very new to java, or any programming languages for that matter. I constantly run into the problem of finding the right Classes in the Java API to use according to my requirement.
How do You really come to find out the proper classes in the API for ur requirement? Are there any advices or tips that i could use?
I mean im totally clueless where to start when i look at the API... :crying:
4 replies to this topic
#1
Posted 14 November 2010 - 06:44 AM
|
|
|
#2
Posted 14 November 2010 - 07:11 AM
In general there is no right answer to your question. You can use google, faqs, forums, but they can't replace your experience. That's quote for Joel Spolsky ( Lord Palmerston on Programming - Joel on Software ):
So knowledge of what class to use or what method to use (API) is very important and it is actually more important then excellent knowledge of your programming language. So, the only way: write code, ask questions, gain experience :)
Quote
Someone who is a fantastic C++ coder with no API experience only knows about 10% of what you use every day writing code that runs on an API.
#3
Posted 14 November 2010 - 08:02 AM
You learn which classes do what through practice and experience. As you spend more time with it, you become more familiar with which classes do what, the (sometimes) subtle differences between them, etc.
In addition, as you gain more experience, you learn how to pick up on those differences with new languages/toolkits so you can learn them faster.
In addition, as you gain more experience, you learn how to pick up on those differences with new languages/toolkits so you can learn them faster.
#4
Posted 14 November 2010 - 09:48 PM
thanks for your advice Guys! :)
#5
Posted 14 November 2010 - 10:18 PM
RTFM. Read The Fine Manual, first. :)
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









