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

what protocols does JNDI provide an interface to?

1 Answers  


httt method

2 Answers   HCL,


What is need of DAO? Write one simple DAO example?

2 Answers   IBM,


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

0 Answers  


who should use JNDI?

1 Answers  






What causes Out of Memory exception?

5 Answers   CTS,


what is diff string and stringbuffer

7 Answers   CTS, HCL,


can u draw class/object diagram for ATM

0 Answers   HCL, Zycus Infotech,


What is the use of log4j and how to make use of that in a application?

2 Answers  


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

0 Answers  


what is mean by hasing and maping in java platform and advantage?

0 Answers   CTS,


what is the diffrence between insurance and telecom domain?

1 Answers  


Categories