KHMER ROGUE said:
Why was Java developed?
Why did they name it Java?
Why do you think Chris Duffy is better than Bob Paris?
Why is any language developed?
Java is a spin-off of C++, which is a spin off of C, which is a strange spin off of a few things.
The main reason Java exists is that it has a what is called a "Virtual Machine" in that it mimics an X86 processor in memory and then translates that out to whatever real system it is running on. That means the code you write can be agnostic and/or unaware of what system it is on and still work the same.
So it is platform independant.
The downside was that it was slow and a major memory hog.
The JIT compilation addition added in Java 2 fixed that, and now it is as fast as most C++ apps (not the visual stuff, I'm talking back end), but it still uses an assload of RAM - which doesn't matter much these days.
as for its name, I don't recall exactly - but it was something like they wanted to name it some coffee derivative, but that was already a trademarked name, so they went with Java or something.
Don't really recall honestly - something like that.
and I'm not much on the BB scene, sorry.