Skip to content

Instantly share code, notes, and snippets.

View toraj58's full-sized avatar

Touraj Ebrahimi toraj58

View GitHub Profile
@toraj58
toraj58 / Chat.java
Created March 8, 2017 04:16
Chat Multi-Thread Using wait and Notify
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package waitnotifyexample;
import java.util.logging.Level;
import java.util.logging.Logger;
@toraj58
toraj58 / RSA.java
Last active March 8, 2017 04:12
RSA Example
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package rsaexample;
/**
*
* @author touraj ebrahimi