answersLogoWhite

0

Why java execute with high performance?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

I think java is object oriented language thats why that execute with high performance.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why java execute with high performance?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Is java high performance?

The performance of any program depends to a great degree on the skill of the programmer.


Can the processor of a computer system directly execute source programs written in Java?

No. Even using the Java Native Interface, code written in Java is always in a high-level language.


What makes java popular?

Java is popular because, it is platform independent, robust, high performance, easy to use etc.


How do you execute a Java program?

You can run a Java application from the command line using "java <name of the class>"


List out primary goals of java Technology?

There were five primary goals in the creation of the Java language: 1. It should be "simple, object oriented, and familiar". 2. It should be "robust and secure". 3. It should be "architecture neutral and portable". 4. It should execute with "high performance". 5. It should be "interpreted, threaded, and dynamic".


Can we execute java program without main function?

no


What is java-compatible web browsers?

A Web browser that has inbuilt capability to execute Java code.


What is meant by native method in java?

The Java native method is a great way to gain and merge the power of C or C++ programming into Java. To use Java as a scientific and high performance language, when efficient native Java compilers are not fully implemented, use native method can boost the performance to at least the speed of C compiled code.


What is the name of the command to run a java program?

javausage: java path\FooBar will execute path\FooBar.class


What are the uses of java database connectivity?

Java Database Connectivity, a Java API that enables Java programs to execute SQL statements. This allows Java programs to interact with any SQL-compliant database.


How do you compile and execute Java program in which we find the highest of any five numbers?

In the same way as you would compile and execute any other Java program. Compile: use the "javac" command. Or use the built-in "compile" command in your favorite IDE. Execute: Use the "java" command. Or use the built-in "run" command in your favorite IDE.


Differentiate Java applet and Java servlet?

Java Applet is an application designed to transmit on internet to execute on java compatible browsers. Java Servlet is a server side program used to provide services to clients.