public class Driver{ public static void main(String[] args){ Buckets b = new Buckets(); b.bubbleSort(); } }