Answer Posted / rajashree
A boundary across which two independent systems meet and
act on or communicate with each other. In computer
technology, there are several types of interfaces.
user interface - the keyboard, mouse, menus of a computer
system. The user interface allows the user to communicate
with the operating system. Also see GUI.
software interface - the languages and codes that the
applications use to communicate with each other and with
the hardware.
hardware interface - the wires, plugs and sockets that
hardware devices use to communicate with each other.
To connect with or interact with by means of an interface
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is JFC?
what is the difference between thread and runnable types? : Java thread
Where import statement is used in a java program?
Can you create an object of an abstract class?
What is a parameter in simple terms?
What is ternary operator? Give an example.
What is volatile data type?
Define immutable object?
Difference between doublesummarystatistics, intsummarystatistics and longsummarystatistics ?
What are the important methods of java exception class?
What are the different ways to handle exceptions?
How many bytes is double?
what is the constructor and how many types of constructors are used in java?
What is the use of default method in interface in java? Explain
What is object cloning in Java?