Top
Previous Next
Interfaces, GUIs, and Applets CS 161 - Java

"In our last episode..."

Overloading

Two or more methods may have the same name but take different arguments (number, type, order); they have different signatures.

Question: In what way may two method signatures NOT differ to achieve overloading

Garbage Collection

Reclaims the memory used by objects for which no more references exists.

Question: What does that mean?; Why is it a good thing?

Input / Output


Top
Previous Next
jwd