Top 10 in 2008
5 popular archives:
All selections are based on page views.
Best of 2008: A developer's list
JW blogger Dustin Marx names his top 10 technology events of 2008. Highlights include updates to Java SE 6, runtime support in OpenLaszlo 4.2, and the clash of the titans that occurred early in the year, when Sun acquired MySQL on the same day that Oracle announced its acquisition of BEA. No two lists are alike and it's not too late: What were your top 10 for 2008?
Also see:
else is reached.
ifs with elses.
These tips and cautions will help you write better programs and save you from agonizing over why the compiler produces error messages.
ifs and elses. Proper formatting helps you see which else matches which if. The result: you will most likely avoid the dangling-else problem.
while (System.in.read () != '\n'); is more concerned with emptying the buffer that associates with the standard input device than the continual execution of
another statement.
else matches up with the most recent if often leads to the dangling else problem. That problem often results in unexpected execution behavior.
Welcome to the first of several Java 101 quizzes. I've designed each quiz to help you think about concepts introduced in the Java 101 course and to help prepare you for certification. This first quiz covers material from the previous four Java 101 articles (including the article that accompanies this study guide). I will post answers in next month's study guide. However, you can answer the questions presented in this quiz by reading previous articles. I suggest you sit back and relax, as you have one month to complete the quiz. You may begin!