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 I have constructor in Interface?

Answers were Sorted based on User's Feedback



Can I have constructor in Interface?..

Answer / saroj kumar biswal

no we can't have constructor in an interface, why bcz constructor is used to initialize the instance variable stored in an object. Constructor is called concurrently while creating object. We can't create object to interface & also we can't provide instance variable to interface. So we can't use constructor in an interface

Is This Answer Correct ?    30 Yes 3 No

Can I have constructor in Interface?..

Answer / suresh

No a interface should not have constructor,
Because, interface will not extends with object class.
if any class extends with object class then atleast one
constructor should be there, if user fail to keep the
constructor the compiler will keep a default constructor
with first statement as super();.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More Core Java Interview Questions

Write a program to check string is palindrome without using loop?

0 Answers   Cyient,


How many days will it take to learn java?

0 Answers  


why we r not use pointers in corejava?

2 Answers   Samsung,


adapter class ?

2 Answers  


Why operator overloading is not in Java?

0 Answers  


Why is it called a string?

0 Answers  


What are the traverses in Binary Tree?

2 Answers   Adobe, Infosys,


How to synchonise HashMap

4 Answers   IBM,


Is boolean a data type in java?

0 Answers  


When garbage collector invokes object?s finalize() method?

5 Answers  


why are there separate wait and sleep methods? : Java thread

0 Answers  


Is singleton set an interval?

0 Answers  


Categories