Is it possible to run small code snippet run with jdk 5 and rest of code with jdk 6?
Have one code which is working fine with jdk 5. I am going to change it as per jdk 6 but currently don't have time to do this. So is there any way to execute 4 lines with jdk 5.
Seems like funny but it's required.... please suggest me....