News8 mins ago
java
Answers
No best answer has yet been selected by gingerflaps. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.methinks Clanad needs to read questions a bit more carefully.
why not visit http://www.sun.com/java/ where you'll find all the info you need, i'd bet.
It's a type of coffee...thus the name of a programming language. The guy who designed it looked out of his window while searching for a name, saw a tree, so called the language 'Oak'. But this was taken for something else, so he looked at his cup of coffee, and called the language 'Java' etc. You get 'Java beans' also, which is a special type of programming subset for Java.
Worth a mention:
-it is MULTIPLATFORM: can be run on windows or mac (very handy for net based programs) since it runs off a virtual machine (JVM).
-it is Object Oriented (ie you program the 'real world' into your program by using 'objects' and assign them attributes and actions: e.g. Dog: type of (breed); walks/barks.)
-You don't need to assign memory throughout the program.
Try java. It fun.
Java is much easier to learn than c++, because it deals with stuff like garbage collection for you. And stevie21, it's only a matter of time before C# is the new java. It's as easy to code as java, but allows really simple user interfaces, and allows pointers and powerful stuff that makes c++ better than java. I recommend everyone learn it now!