answersLogoWhite

0


Best Answer

Its very easy to make a beep sound using Toolkit in java...

Here is the program...

import java.awt.*;

public class BeepExample

{

public static void main(String[] args)

{

Toolkit.getDefaultToolkit().beep();

}

}

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you make a beep sound using java?
Write your answer...
Submit
Still have questions?
magnify glass
imp