Disadvantages of Java

Questions by Beena   answers by Beena

Showing Answers 1 - 4 of 4 Answers

kuriakose

  • Sep 30th, 2005
 

Java language runs on a virtual machine, it runs somewhat slowly compared to other programs.  It is difficult to write a perfect program, especially if it is as big as a virtual machine

  Was this answer useful?  Yes

Java has the following disadvantages.

  1. Because programs written in Java language runs on a virtual machine, it runs somewhat slowly compared to other programs. However, it is unlikely that it feels annoyingly slow on today's fast computers.
  2. Rather, a worse problem is that the programs do not always work correctly even if they are written correctly, because a Java virtual machine may be written incorrectly. It is difficult to write a perfect program, especially if it is as big as a virtual machine, so that programs written in Java langauge tend to suffer from slightly different problems depending on the platforms on which the Java virtual machines run.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions