Java Beep beep()

Here you can find the source of beep()

Description

beep

License

Open Source License

Declaration

public static void beep() 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static void beep() {
        System.out.write(7);/*from   w w w  .ja v  a2s.  c o  m*/
        System.out.flush();
    }
}

Related

  1. beep()
  2. beep()
  3. beepSound()