answersLogoWhite

0

Reusability in Java means that once you write some code, you can use it over and over again - if you write it so that it can be reused. For example, if you write a Enumeration-Iterator adapter, or some code that lets you treat an Enumeration - Java legacy code - as an Iterator - shiny NEW Java code - then you can use it not only in your animal simulation program, but also in your Jacuzzi interface program.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is report re-usability in Microsoft Access 2003?

what is repost i need full example


How do you know if your java is corrupted?

You may notice that some applications that run on java not working. If you suspect that your java is corrupted, re-install it.


Why can't i play rune scape in Google Chrome?

It should work on any browser that supports java, and that basically means simply "any browser". I suspect Java is not properly installed on the browser. RuneScape requires Java. Apart from trying to install or re-install Java, you may try other browsers, such as Opera, or FireFox.It should work on any browser that supports java, and that basically means simply "any browser". I suspect Java is not properly installed on the browser. RuneScape requires Java. Apart from trying to install or re-install Java, you may try other browsers, such as Opera, or FireFox.It should work on any browser that supports java, and that basically means simply "any browser". I suspect Java is not properly installed on the browser. RuneScape requires Java. Apart from trying to install or re-install Java, you may try other browsers, such as Opera, or FireFox.It should work on any browser that supports java, and that basically means simply "any browser". I suspect Java is not properly installed on the browser. RuneScape requires Java. Apart from trying to install or re-install Java, you may try other browsers, such as Opera, or FireFox.


What would happen if you deleted java from my computer?

You would not be able to run JAVA code in your computer until you re-install the JVM and JDK in your machine.


Java runescape isn't working when try to verify it goes back to it seems like java isn't installed on your computer what do i do?

Your java might be out of date, try updating it and try again, if that fails completely uninstal java, then re install the latest version from filehippo or something.


Explain Difference between java 1.6 and java 1.7?

The Java Platform Standard Edition (SE) 7 has some bug fixes, it includes Mac OS X JDK Port, and has some other enhancements. You need the Java RE (Runtime Environment) on your system to run Java applications and appets. When you want to program in Java, you'll need the JDK (Java Development Kit). De JDK includes the Runtime Enviroment.


What can you do when you play runescape and the screen goes white?

Just close brower and re-open again. Update your java.


Which is preferred spelling useability or usability?

The Chambers Dictionary says usable.


When was System usability scale created?

System usability scale was created in 1986.


When was Usability Professionals' Association created?

Usability Professionals' Association was created in 1991.


Which the best programming language between java and visual basic?

Java. While Visual Basic is certainly useful for writing Windows applications, that's all it can do. If you want the same program to run on other platforms (such as Linux), the entire program must be re-written from scratch. With Java, there is no need to convert. Once compiled, Java programs can be executed upon any platform that has a suitable Java virtual machine implementation, which is pretty much everything today.


Why do you need objects in Java programming?

Object-oriented programming provides several advantages, including code re-use and code robustness.