Currently I'm using Java jdk 1.6.0_26 for my eclipse based application. As now Java 7 is available, could I directly switch to Java 7 from Java 6?
If yes, what would be the impacts of it? If no, what are all the things should I look into so that I can switch to Java 7?
Thanks in advance!