answersLogoWhite

0

How much space does java take up?

Updated: 11/4/2022
User Avatar

Wiki User

11y ago

Best Answer

12

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How much space does java take up?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Does Java speed up your internet connection?

No. Java does not speed up your internet connection.


What is the difference between volume and mass?

Mass is the amount of matter in an object, and volume is the amount of space something takes up (example, air takes up space)


What does the Java compiler translate Java source code to?

The Java compiler translates Java source code to Java byte code.


What is ther role of jre in java?

JRE stands for Java Runtime Environment. JRE is the runtime set up that is required by the JVM to execute java programs. The JRE and JVM (Java Virtual Machine) come packaged along with the Java Development Kit (JDK) that we download and install from the suns website to install Java.


What is a garbage collector called?

In Java it is called by the same name "Garbage Collector" The purpose of the garbage collector to free up unused heap space so that it can be utilized by the other programs. All unused objects are cleared using the GC to create space for other applications/programs.