answersLogoWhite

0

How java is fast?

User Avatar

Anonymous

10y ago
Updated: 8/21/2019

Java is not fast. Compared to equivalent code compiled to native machine code it is extremely slow. However, it is somewhat faster than many other interpreted languages because the source code compiles to Java byte code which is suitable for interpretation by any Java virtual machine. Interpreting byte code is much quicker than interpreting source code and, unlike machine code, byte code is portable.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Is java safe for mac?

yes but it doesn't work very fast


What is the best training center in Bangalore for Java?

1. Java Fast Track 2.NIIT 3.Aptech 4.RCS Bangalore 5.STG are java centers in Bangalore.


Why the source coding of every compression utility software is in Visual C plus plus and why not in java?

Compression/decompression is all about raw speed and efficiency. Java is neither fast nor efficient. However, converting from C++ to Java isn't terribly difficult and Huffman's algorithm and its variations are well documented. Just don't expect to create anything that's remotely useful to you in Java.


What is the highest rated Java game available for free online?

The highest rated Java game available for free online is Need for Speed Hot Pursuit. This is a racing game whereby you try to escape the police and is a fast and thrilling game.


What Indonesian island is Jakarta on?

java


Does Visual Java plus plus and Java Builder is different from the Java language?

Yes!Visual Java plus plus and Java Builder is different from the Java language?


What are the different java technologies?

There are several types of Java technology. Some examples of Java software are Java ME, Java EE, Java SE, and Java Card. Java made the JAVA development kit for those that develop in Java. There is also Java Virtual machine and some class libraries. Java is also famous for its languages like Clojure, Beanshell, Groovy, Gosu, Rhino, Kotlin, JRuby, Scala, and Jython.


Small Java-based programs are called?

Java applets


Supermost package of java?

The supermost package of Java is the "java" package.


Who create Java and when?

Who create Java & when? Why he create java ? What are mane functions of it?


What do you call java and javascript?

Well you get java as java and javascript as iava.


Differences between Java Applet and Java Beans?

Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC