Is there a difference between Java platforms?

1

In:

  • Java Desktop
  • Java Mobile
  • Java Web

Are the languages different, or is it standard by just changing the environment?

    
asked by anonymous 02.07.2016 / 03:05

1 answer

3

The language is the same, what changes is its surroundings, the extra libraries (the basic ones are the same). Now, when you talk on mobile, maybe you're talking about Android, you have to be careful because in this platform the implementation is usually delayed and not have everything available in the newer versions of the language, you have to check what you already have can use. Now, if the language changes out of the standard, it can not use the Java name.

    
02.07.2016 / 03:10