Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Can we create instance for Abstract class?

Answer Posted / lakshminarayana golla

hi manjitt can any body explain me about this below program?
it is executing successfully without any errors.
can u explain me what is the concept hide in this program
please.....

abstract class aa {
public abstract void main(String[] args);


}

class aaa {
public static void main(String[] args)throws Exception{
Object x = Class.forName("aaa").newInstance();
System.out.println(x);
}
}

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to find the angle between the hours and minutes in a clock

968


What is IL / CIL / MSIL?

1166


What is difference between abstraction and encapsulation in c#?

1066


What Is The Difference Between The System.array.copyto() And System.array.clone()?

1070


Why objects are stored in heap in c#?

989


What are the features of c#?

979


How can you write a class to restrict that only one object of this class can be created (Singleton class)?

978


Why is it efficient to use System.string under System.Text.StringBuilder ?

1028


Give an example to show for hiding base class methods?

895


Can we have only “try” block without “catch” block in c#?

925


What are the Types of values mode can hold session state in web.config

1051


Why do we need interface in c#?

1061


How do I format a string in c#?

902


Where do I put dll files?

1050


What is multicast delegate explain with example?

1074