Is there a difference between Java platforms?

Asked

Viewed 301 times

1

In:

  • Java Desktop
  • Java Mobile
  • Java Web

Languages are different, or is it standard changing only the environment?

1 answer

4


The language is the same, what changes is the environment, the extra libraries (the basic ones are the same). Now, when you talk about mobile, maybe you’re talking about Android, so you have to be a little careful because on this platform the implementation is usually delayed and not have everything available in the newer versions of the language, you have to always check what you can already use. If the language changes outside the standard, you cannot use the Java name.

The thing is a bit more complicated. Today there are several implementations of the platform where Java runs.

  • Thank you. Very direct and well explained.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.