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()



2. Write a interface "Car" with the following methods void setName(String) Str..

Answer / 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

More Java J2EE AllOther Interview Questions

What is the Spring2.5 MVC Navigation flow?

1 Answers   IBM,


please mail me the interview question based on java/j2ee

0 Answers   Wipro,


what is difference between web server and application server?

1 Answers   L&T,


whatis arguments &what is default argument

2 Answers   CTS,


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

0 Answers  


my interviewer asked me what technical specification you used how to answer that question

0 Answers  


Explain JSP life cycle?

2 Answers   Accenture,


What is the servletcontext listener and what is JspContext and page context pls tell in simple words.

1 Answers   IBM,


What are the differences between the java collection and the java list? : java collections

0 Answers  


waht are architecture of web application?

2 Answers  


What are the types of java collections? : java collections

0 Answers  


What is IOC in spring?

10 Answers   Centris,


Categories