Top 10 in 2008
5 popular archives:
All selections are based on page views.
JW hot topic: Tech careers in a slump
Seems like new layoffs are announced every week, projects are dying and software developers are feeling the IT budget squeeze.
Being nervous isn't a crime, but you're better off with information, advice, and a plan.
From the IDG News Network:
static keyword modifier. Class fields are associated with classes, not objects.
static keyword modifier.
These tips and cautions will help you write better programs and save you from agonizing over why the compiler produces error messages.
private keyword). As a rule, field/method members that exist to support exposed methods should be hidden. By making those members
hidden, you can later modify them to improve the class's performance, memory utilization, and so on, without breaking external
code that interacts with that class.
NUM_ARRAY_ELEMENTS is more meaningful than the number 12.
== or !=) between objects you create from that enumerated type.
void return data type. Similarly, it is an error for code not to return a value from a method with any other return data type.
For homework, work on the following exercise and answer the following questions: