Talk:What is JavaFrom WikiJavaComments on What is Java <comments /> "Small bananas are not bananas for real. Only look similar and taste the same." interesting point But I'm a n00b at java programming. Can you explain your comment? maybe updating this tut? anyone else :D? thank you! Diego --78.134.19.132 15:56, 27 November 2008 (UTC) Small bananas are just bananas smaller. Let's talk about java, now Dear Diego, I think that guy can truly contribute to wikijava with is knowledge. Let's wait for a better explaination :) --VoTaN 16:10, 27 November 2008 (UTC) |

Java is one of programming LANGUAGES, object oriented (like C++,Perl,Javascript,Python etc.).
Java was invented by SUN Microsystems and JDK relased by SUN brings good quality "compiler" and JVM (you can consider JVM as a virtual computer - if you call javac program "compiler").
Interesting thing about Java code is that it is interpreted language for real (at least i havent heard about proper java language straight compilers (maybe because there is no sense acctually to make one, whats for?) ). "Compiler" doesnt produce a real executables, but BYTECODE, that bytecode is the exact INTERPRETED code by JVM, you can compare it to PERL or ECMA Script (Javascript) the difference makes CLASS LOADER, thats the moment when small makes big difference.
--86.163.174.232 15:17, 27 November 2008 (UTC)