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

2. Write a interface "Car" with the following methods
void setName(String)
String getName()
void setColor(String)
String getColor()
void setModel(long)
long getModel()

Answer Posted / suresh sa

interface car{
void setName(String s);
String getName();
void setColor(String color);
String getColor();
void setModel(long model);
long getModel();
}

I Think u r trying to create getter and setter fields for
the above parameters better go for POJO, rather than going
for interface

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I find jre path in windows?

1006


What is the enumerator of the java collection framework? : java collections

1018


can u draw class/object diagram for ATM

6082


What is iterator in the java collections framework? : java collections

957


What are the queues in the java collection framework? : java collections

1010


What are the uses of the set interfaces in the java collections? : java collections

950


Which java collection class can be used to maintain the entries in the order in which they were last accessed?

1028


Which sorting algorithm is used by collections.sort() in java ?

921


please mail me the interview question based on java/j2ee

1932


What are the different types of classes implemented in the set interfaces? : java collections

1040


What are the interfaces in java collections? : java collections

1130


What is the use of the list interface in the java collection? : java collections

1006


Should we create system software ( e.g operating system ) in java ?

1028


What are the types of interface used in the java collections? : java collections

1023


What do you understand by synchronization? Why is it important?

1043