6
votes
0
votes
Arrays, What’s the point?
How then would you store the pixels of an image, if not as a 2-dimensional array?
Or the characters in a string?
One might argue that an array is simply a specialized Map where the …
6
votes
How important for programming skills is to have nice gadgets?
New gadgets are useful if they expand your horizon.
For example, i recently got myself an iPod touch; this has deeply changed my appreciation for touch-screen user interfaces -- i only kne …
9
votes
Is Sun Java Certification worth the expense? Will it help me start a programming career?
I did my SCJP together with a few collegues. Most of us had a few years of java experience.
To pass the exam, you have to learn a lot of the nooks and crannies of the language and the standard libr …
0
votes
Why aren’t more applications written in multiple languages?
For many classes of applications, there simply is no need for "classic" multi-language projects (involving a high-level language and a low-level language), and the extra complexity cost is signific …
