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

How is hashset maintained in memory by java ?

0 Answers  


Which interface does java.util.hashtable implement?

0 Answers  


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,


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

0 Answers  


How to implement or use the singleton class in java?

3 Answers  


what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,


what is the difference between through and throws?

2 Answers   HCL,


How do you debug your java program?

2 Answers   HCL, Inforica,


what protocols does JNDI provide an interface to?

1 Answers  


what debugging tool that can be used to debug the java programs?

1 Answers   Inforica,


what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?

1 Answers   TCS,


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

1 Answers  


Categories