Firefox 4 finally unleashed to the public a few days back March 2011. Now how is it different from the current version? Sleeker and definitely 6x faster than the original.
Written By: techieDan on March 15, 2011One Comment
How can you try and catch and error and avoiding code redundancy in Java 7. With Java 7 still in beta mode, there are more upgrades to this amazing programming language.
Fast forward to Java SE 7, you can now use Strings inside a switch statement. Unlike previous versions, putting Strings on a switch would produce an error but on Java 7, finally a switch comparator is enabled. Much more flexibility now.
Some tips on Autoboxing to be applied in Java and for your SCJP 6 exams. The flexibility of the Java language has made programming easy and in some ways less complicated for the beginners.