Hi, all where we will use this scenario like an abstract class with out abstract methods may i know what is the use of this class?when ur not creating the object and not implementing any of the methodpublic abstract class DemoAbstract { public static void main(String args[]) { System.out.println("inside main"); } }