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

did interface can implementation method ? i know its not
possible but my interviewer said its possible ..but how..?
any one have idea ???

Answer Posted / suhail

Interface can i have implementation for method by using
class inside the interface this is the only way to have the
implementation...

public interface A{
public class B{
public void m1(){
}
}
}

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In Java list the methods that can be overridden?

949


What is a java string?

991


Explain what is Marker interface?

1034


Which api is provided by java for operations on set of objects?

1396


What is class and its types?

973


How does linkedlist work in java?

872


Can we write method inside a method in java?

931


Are global variables initialized to zero?

909


What is sortedset in java?

976


What is output buffer?

976


Why are the methods of the math class static?

1022


What are the restrictions imposed by a Security Manager on Applets?.

2557


what is synchronization and why is it important? : Java thread

1020


What is mnemonic code?

960


What is private static class in java?

970