public class MainClass{ public static void main(String[] argv){ Object ob = new Object(); Float floater = new Float(3.14f); floater = ob; } }