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 / 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 |
Which server-side script takes the input from JavaScript, can access the database if it needs to, and processes the data.
What are the considerations to be made in case of loops in java ?
Runining mutiple tomcat server in a single machine is possible Yuo wil have to duplicate configuration with different port numbers
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What is a constructor?
Which interface does java.util.hashtable implement?
Hi Friends, i have searched in google but not clear. can you give bank example with synchronized keyword
what is class/object diagram
Which is the better framework for web applications, struts or spring, and why?
Difference b/w >> and >>> ?
Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
what is the difference between through and throws?