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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of the main implementing classes in the map interfaces? : java collections

618


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

1833


Which interface does java.util.hashtable implement?

677


who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.

1820


Hi we have an urgent requirement for Java/J2ee technical lead position & also looking for "Java Guidewire claimcentre" experienced professional for Bangalore location if interested can reach srisanh@gmail.com

2541






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

571


What is the difference between comparable and comparator in java.util pkg?

594


please mail me the interview question based on java/j2ee

1537


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

1616


What is the Spring2.5 MVC Navigation flow?

5375


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

580


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

539


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

567


What is the use of hashcode in java ?

580


How is hashset maintained in memory by java ?

595