import java.util.Vector; class Overloading{ void method(Vector v) { } void method(Vector v) { } }