
22-10-2008
|
Member | | Join Date: May 2008
Posts: 2,383
| |
Here are the features of Java in a nutshell: - Java is a modern programming language developed by Sun Microsystems. Do not be confused with JavaScript (small scripting language used on websites), because Java has nothing to do.
- One of his greatest strengths is its excellent portability: once your program established, it will work automatically on Windows, Mac, Linux, etc..
- We can do many kinds of programs with Java:
- applications, in the form of window or console;
- applets, which are Java programs embedded in Web pages;
- applications for mobile devices with J2ME;
- and many others! J2EE, JMF, J3D for 3D ...
As you can see, Java allows a lot of different applications! But ... how to learn a language so broad that offers so many opportunities?
Fortunately, this course is there for all you learn Java from scratch |