<pre> public interface myInterface {} class myClass implements myInterface {} class Runner { public static void main (String[] args) { myClass a = new myClass(); myInterface b = a; Object c = a; c = b; b = (myInterface)c; a = (myClass)c; } }</pre> Not sure if this is what you want.
I can't beleive you just said that. Now I need to calm down with this tiny ad: