public class Multiplication{ public static void main(String[] args){ Multiplication multi = new Multiplication();//Object creation } }