Click to See Complete Forum and Search --> : examples of popular java programs/applets


ilya
04-03-2005, 01:14 PM
can anyone list off any popular applications/applets coded in java, that are well known by lots of people, not just developers..

BuezaWebDev
04-04-2005, 03:30 AM
LimeWire is coded in Java.

A lot of those P2P programs are coded in Java--but I don't think Kazaa was coded in Java.

Java is a popular language but some say it's inefficient in comparison to C/C++ because it runs off of JVM. C/C++ compiles straight to machine code.

buntine
04-04-2005, 03:42 AM
It won't be widely acceptable until the JVM is bundled with all copies of Windows. (as if!)

ray326
04-04-2005, 08:19 AM
Jaime's reminded me that LimeWire is probably one of most generally recognizable Java apps. There are millions of Java applet game players out there.

buntine
04-04-2005, 11:04 AM
This doesn't really qualify as its a development tool, but JBuilder is written in Java.

ilya
04-04-2005, 05:32 PM
so is it worth it to learn java before c/c++? or any other OOP languages?

buntine
04-04-2005, 08:46 PM
I don't think it would hurt. All OO languages apply the same concepts.

ilya
04-04-2005, 10:54 PM
thanks for the advice. ^^, ill start at it.

buntine
04-05-2005, 12:30 AM
If the ultimate goal is to learn C/C++, I suggest you just jump in and have a shot at it.

Paddy Notemaker
04-05-2005, 01:15 AM
www.runescape.com is another site that uses java-it's an applet RPG.

ilya
04-05-2005, 03:03 PM
yeh that one is obviouse, but thanks anyways. :)