+ 1
Which version of Java JDK we should write programs
I want to know which version of Java is popular.
6 odpowiedzi
+ 4
You don't need the popular one, you need the newest one.
+ 1
I have been using version 1.8 with Android Studio and it works well. I think they would always suggest the latest release unless your project or it's dependencies required an earlier version.
+ 1
i think you should use the recent version 1.8.0
0
Just use the most recent one
0
they are preparing java 9 to be coming soon, so i would recommend absolute minimum of 7 but 8 is so backwards compatible (outside of lambdas) that just go with 8, most people that use java programs have a current JRE to use applications with the most recent version of java, and people who dont usually dont use java (explicitly anyways)
0
Better learn the newest version