Results 1 to 5 of 5
- 10-03-2011, 02:19 AM #1
Member
- Join Date
- Sep 2011
- Posts
- 10
- Rep Power
- 0
Something may be too early to worry
The thing that I'm worrying is, how do you memorize all those mountains of method, packages etc? For example if I want to code a simple calculator, then I might wanna use java.math.*, but what if it's something else, say write a player for android, where to look them up and where to look into?
Another question, what would be the good practice, habit etc. that can help you with memorizing them?
-
Re: Something may be too early to worry
Writes lots and lots of code, go to the API frequently. The more you do this, the more the core concepts will be burned into your soul.
- 10-03-2011, 03:40 AM #3
Senior Member
- Join Date
- Mar 2011
- Posts
- 261
- Rep Power
- 3
Re: Something may be too early to worry
No one knows every method and package by heart, only commonly used ones.
Good coders know how to use the Java API (Java Platform SE 6) in order to accomplish their goal.
- 10-03-2011, 03:46 AM #4
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Re: Something may be too early to worry
Exactly as fubar said, repetition will make it seem natural. Just like a spoken language, at first it may seem like a lot to memorize, but over time the words will just be stored automagically.
The API is like the dictionary of Java, have it handy and you will eventually begin to remember which methods are in which packages. Also using a dumber text editor will help with this(i.e. notepad++). Eclipse and netbeans will hinder you since it helps you out so much with intellisense(or whatever it's called).
Just in case, here is the API: Java Platform SE 6
or if you are using Java 7: Java Platform SE 7
Also, if you are unsure of a method, or package or class, googling "java 6 term" usually helps
examples: java 6 String, java 6 paintComponent, etc.
- 10-03-2011, 03:52 AM #5
Senior Member
- Join Date
- Mar 2011
- Posts
- 261
- Rep Power
- 3
Similar Threads
-
Early Access to JxCapture 2 Introduces Video Capturing - both Windows and Mac
By TeamDev in forum Reviews / AdvertisingReplies: 0Last Post: 04-23-2010, 07:10 PM -
Question about early binding
By Jary316 in forum New To JavaReplies: 5Last Post: 12-17-2008, 06:12 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks