1
In:
- Java Desktop
- Java Mobile
- Java Web
Languages are different, or is it standard changing only the environment?
1
In:
Languages are different, or is it standard changing only the environment?
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.
Browser other questions tagged java web-application mobile desktop-application
You are not signed in. Login or sign up in order to post.
Thank you. Very direct and well explained.
– Chefe Druida