Monday 21, May 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    About Us    |    Contact Us

  Making Beep sound using java

We are making Beep sound using java.
Cut & Paste Script
import java.util.*;
public class Beep{

public static void main(String[] args) {

   if(args[0].equals("1"))
      System.out.println("\007");
    if(args[0].equals("2"))
      System.out.println("\007\007");
    if(args[0].equals("3"))
      System.out.println("\007\007\007");
    if(args[0].equals("4"))
      System.out.println("\007\007\007\007");
    if(args[0].equals("5"))
      System.out.println("\007\007\007\007\007");
    if(args[0].equals("6"))
      System.out.println("\007\007\007\007\007\007");
    if(args[0].equals("7"))
      System.out.println("\007\007\007\007\007\007\007");
    if(args[0].equals("8"))
      System.out.println("\007\007\007\007\007\007\007\007");
    }

}
 
   
     RELATED SCRIPTS
 
Reading file using java
Here is an example of reading text files in java....more »
Category : Java Programs Hits : 614
   
Compare two strings using java
Here is a java program to compare two strings. It will return the position where they start to differ....more »
Category : Java Programs Hits : 445
   
Writing file using java
Here is a java code to write file....more »
Category : Java Programs Hits : 597
   
Handling exceptions in java
Here is a java program to handle an exception....more »
Category : Java Programs Hits : 500
   
   
SCRIPT CATEGORIES
 
  C Programs
C Programs scripts
  C++ Programs
C++ Programs scripts
  Java Programs
Java Programs scripts
  JavaScript Examples
JavaScript Examples scripts
  PHP Examples
PHP Examples scripts
  VBScript Examples
VBScript Examples scripts
 
 
 
POPULAR E-BOOKS
 
Download Design and Analysis of Computer Algorithms  Ebook Design and Analysis of Computer Algorithms
   
Download Assemblers And Loaders  Ebook Assemblers And Loaders
   
Download Pay Per Click Marketing Guide Ebook Pay Per Click Marketing Guide
   
Download How to Launch Your Music Career in 21 Days Ebook How to Launch Your Music Career in 21 Days
   
Download Structure and Interpretation of Computer Programs  Ebook Structure and Interpretation of Computer Programs
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz