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


Write a interface "CarOperations" with the following
methods
void turnOnEngin()
void turnOffEngin()
void turnOnLigths()
void turnOffLights()
void turnLeft()
void turnRight()
void accelerate()
void deaccelerate()
void putBreaks()
void releaseBreaks()



Write a interface "CarOperations" with the following methods void turnOnEngin() ..

Answer / lopus pmj

interface CarOperations{
void turnOnEngin();
void turnOffEngin();
void turnOnLigths();
void turnOffLights();
void turnLeft();
void turnRight();
void accelerate();
void deaccelerate();
void putBreaks();
void releaseBreaks();
}

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

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

0 Answers  


what protocols does JNDI provide an interface to?

1 Answers  


Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword

0 Answers   TCS,


What are the different types of collections views being provided by the map interface? : java collections

0 Answers  


what about web architecture?

1 Answers   HCL,


What are the types of java collections? : java collections

0 Answers  


What are the considerations to be made in case of loops in java ?

0 Answers  


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

0 Answers  


How do you debug your java program?

2 Answers   HCL, Inforica,


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

0 Answers  


What is the use of hashcode in java ?

0 Answers  


what is difference between web server and application server?

1 Answers   L&T,


Categories