Advertisement
shashiskills

Untitled

Oct 29th, 2012
1,876
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. package com.kant.remoteBluetooth;
  2.  
  3. public class RemoteBluetoothServer {
  4.  
  5.  public static void main(String[] args) {
  6.   System.out.println("here 1");
  7.   Thread waitthread= new Thread(new WaitThread());
  8.   waitthread.start();
  9.  }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement