Beeper Demo 2
import java.awt.Toolkit; public class Beeper1 { public static void main(String[] args) { Toolkit.getDefaultToolkit().beep(); } }