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 happens when main () method is declared as private?
How objects are stored in java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What is hasnext in java?
What is diamond operator in java?
What is static variable with example?
What is string variable?
What are the different ways of creating thread?
Explain serialization and deserialization in java?
Is arraylist a class in java?
Difference between string, stringbuffer and stringbuilder?
Can we restart a thread already started in java?
What is difference between calling start() and run() method of thread?
What is the difference between jdk and jre?
Explain the concept of proper inheritance?