That’s all of my assignments all done. Now to start blogging. :)
First thing to do is to hit self on head for not discovering the new features of JAVA 1.5 [new window] earlier! {whack}. A friend just mentioned that foreach is now implemented in Java. Imagine how simple would that be:
foreach (Bean in Sack) do something
instead of
for(bean =1; bean <= beans in sack; next bean)
As well as generics(from C/C++), which is a very powerful feature. These two are the most useful for me….Better remember..:)