answersLogoWhite

0

Yes. You normally only need the latest update installed. Just be aware that some programs may functions oddly (or not at all) if they rely on older versions of Java.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why do you keep getting java updates?

By default Java is set to automatically check for updates. Disabling this depends on your platform. Windows users can disable it via the Java options in the control panel.


Where could one download Java updates for free?

If a person is looking to download free Java updates for their computer or laptop then they can view the official Java webpage. The official page offers the latest Java update for free along with Java downloads for different operating systems.


What does java not support?

Java does not support multiple inheritance.......


Why does one have to install Java so frequently?

There are too many updates when you install Java on your computer. The reason one has to install Java so frequently is because the updates are mainly used to improve the device stability and performance.


What is Java and are updates needed?

Java is a programming language.In IT sector there is a demand of change always so to overcome and deal with the demand there is a need of updating of java.


Give the structure of multiple inheritance?

Java does not support multiple inheritance. It is done with the help of interfaces in java. a class can implement n number of interfaces, thus showing multiple inheritance. but a class cannot extend multiple classes in java.


Do you need all java updates on computer?

Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.Not really, unless you have some Java applet that requires a newer version. However, it is recommended to get Java updates (and several other updates, for example, new versions of your favorite browser), for security reasons. Sometimes security flaws ("vulnerabilities") are found; these are usually corrected in the next version.


Should you remove java from your computer?

Java is required to download a lot of items from the internet. If you never download anything from the internet, you can remove Java.


What is ambiguity in multiple inheritance?

Java does not support multiple inheritance


What is problem in multiple inheritance?

Java does not support direct multiple Inheritance. Harder to implement, not every language support it: C++ does, Java does not.


What do you mean by multithread program in java?

A Program in Java that spawns multiple threads is called a multithreaded program in Java.


Can a single Java class subclass extend both InputStream and Reader. True or False?

Java does not have multiple inheritance, so no. Java can use multiple interfaces, though, with the "implements" keyword.