since javac support -target option, does it mean that I can use any new feature of a latest jdk, and make it work on an older JRE version?
For example if I use jdk 8's new featres and use -target 1.5, will the program work fine in JRE 1.5?
since javac support -target option, does it mean that I can use any new feature of a latest jdk, and make it work on an older JRE version?
For example if I use jdk 8's new featres and use -target 1.5, will the program work fine in JRE 1.5?