0

If No, then what are the basic features of Java which are not supported by Android ?

  • The features which will make Android more better.
  • Swing ... for example. Seriously, a large swathe of the standard Java class libraries are missing from Android. https://en.wikipedia.org/wiki/Comparison_of_Java_and_Android_API – Stephen C Oct 20 '17 at 07:53
  • 2
    Possible duplicate of [Does Android support JDK 6 or 7](https://stackoverflow.com/questions/20480090/does-android-support-jdk-6-or-7) – Andrey Danilov Oct 20 '17 at 07:55
  • Also: http://www.zdnet.com/article/java-vs-android-apis/ – Stephen C Oct 20 '17 at 07:59

1 Answers1

1

Android supports all Java 7 language features and a subset of Java 8 language features that vary by platform version.

Android Java 8

You can also have a look at this thread Java 6/7

Jude Fernandes
  • 7,437
  • 11
  • 53
  • 90