hi all, i m new to java. I have a doubt a snipplet. weather it will work fine or not ? can some one suggest me?
private Object[] a;
public synchronized void find(Object key) { find(key); }
in this code i m using the method synchronized and calling the same method recursivly. my doublt is weather this code will run fine or run with some run time exception.
thanks in advace.. Shailesh [ January 27, 2006: Message edited by: shailesh Jammie ]