About 2,360,000 results
Open links in new tab
  1. Is Java a Compiled or an Interpreted programming language

    Aug 25, 2009 · An interpreted language is a type of programming language for which most of its implementations execute instructions directly and freely, without previously compiling a program into …

  2. In which language are the Java compiler and JVM written?

    Aug 3, 2009 · When Java was introduced by Sun Microsystem, the java compiler was written in C using some libraries from C++. As there is a concept in Compiler Design called Bootstrapping, Mostly it is …

  3. What's the difference between JavaScript and Java?

    Oct 29, 2008 · The language was originally named "LiveScript" but was renamed in a co-marketing deal between Netscape and Sun, in exchange for Netscape bundling Sun's Java runtime with their then …

  4. Is Java "pass-by-reference" or "pass-by-value"? - Stack Overflow

    Sep 3, 2008 · The Java programming language does not pass objects by reference; it passes object references by value. Because two copies of the same reference refer to the same actual object, …

  5. Why would you choose the Java programming language over others?

    Feb 9, 2011 · Why would you choose java over others? Why did you choose java to program your application? Please include what you are using java for (desktop application/ web application/ mobile).

  6. Is java an open source programming language? - Stack Overflow

    The phrase "Java Programming Language" refers to the specification as provided by Sun (now oracle). Sun provides a reference implementation of Java Virtual Machine and Java Compiler.

  7. java - What is the difference between object-oriented languages and …

    Dec 12, 2009 · I have been hearing about how C is a non-object-oriented language and how java is an object-oriented language. I was wondering what the difference was?

  8. What is portability? How is java more portable than other languages?

    Oct 13, 2010 · But with Java, network programming, threading, and GUI tools are defined by the language and built into each VM implementation. That said, I think a lot of programmers also …

  9. performance - Is Java really slow? - Stack Overflow

    Jan 30, 2010 · Java is a high-level language and its reputation nowadays is to have performance on par with other, comparable high-level languages. It has dynamic binding semantics.

  10. What's the difference between a low-level, midlevel, and high-level ...

    A high level programming language isn't necessarily slower than than a low level programming language. I'll give you an example: scala is much higher level than java and provides many ways to …