|
|
|
|
|
by pjmlp
4629 days ago
|
|
> That's because Oracle has been suing them over it. ... Sun just did not sue them, because they lacked the money. James Gosling confirmed this. > And really, what Java 7 language level features were there that makes it problematic that Android still runs Java 6? The good stuff was dropped from 7 and pushed to 8. 7 is boring - Strings in switch - Try with resources - Multiple exceptions in catch - Simplified IO - Diamond type inference - invoke dynamic optimizations Any Java library targeted for Java 7, even without the new language features, is also not usable in Android projects, because Dex cannot understand the new Java 7 bytecodes. Google is a corporation like any other. |
|