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...

Is it possible to create object with out its default
constructor? if possible how? else not possible? justify

Answer Posted / dsr

with out default constructor we can't create the object.
suppose we can't write default constructor in the class.
JVM will be creating the default constructor for that class.

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How hashmap increases its size in java?

994


What is derived datatype?

1224


Can a class declared as private be accessed outside it’s package?

1016


Is jdk required on each machine to run a java program?

1305


What are the basic concepts of OOPS in java?

1042


What is overloading and overriding in java?

1234


what is the difference between a threads start() and run() methods? : Java thread

1017


How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?

1100


What is function overriding and overloading in java?

1118


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

2155


What carriage return means?

967


What is a final class in java?

1026


Explain about interthread communication and how it takes place in java?

1030


Can we call the run() method instead of start()?

1044


How will you invoke any external process in java?

1122