English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-06-02 02:30:09 · 5 answers · asked by preethi g 1 in Computers & Internet Programming & Design

5 answers

Its just primarily used with website programming to do numerous things.

2007-06-02 02:40:19 · answer #1 · answered by John K 6 · 0 0

Java's most powerful features are for internet applications and socket connections. You can use these as web-page applets or better still as standalone applications. Socket connections allow applications and computers to communicate directly on any network (internet included) (or on a single computer).
People often complain that Java applets are slow. The reason for this is that the applet is a programme and it must download onto your computer (do not worry about security problems that you have with normal Windows technology - a Java applet cannot interfere with your computer). Once the small applet downloads onto your computer then the execution is extremely fast because everything is then happening on your computer not on a distant computer that you have to keep downloading from.
With server side applications it is a constant pain that every time you click on something you have to wait for a new web-page to download - you don't have this constant delay with Java applets.
Java is also convenient for creating internet games - much superior to Flash because you have access to a full blown programming language.

2007-06-02 10:24:52 · answer #2 · answered by little sunbeam 3 · 0 0

you can create applets using java for subjects whatever you want such as games, puzzles, ...

2007-06-02 09:43:04 · answer #3 · answered by iyiogrenci 6 · 0 0

creating desktop and server side applications... programming electronic equipments etc.

2007-06-02 09:42:43 · answer #4 · answered by Diji 1 · 0 0

Use it for programming.

2007-06-02 09:44:44 · answer #5 · answered by JR 2 · 0 0

fedest.com, questions and answers