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 the use of toarray () in java?
What is the purpose of using javap?
What is an example of character?
Explain jvm, jre, and jdk?
Why set do not allow duplicates in java?
Is double bigger than float?
Tell me how many ways are there to initialise an integer with a constant.
How do you do absolute value in java?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
Explain the difference between protected and default access.
What is oop in java?
How many types of interfaces are there?
What is the difference between Array and Hash Table?
What is use of static method?
How would you format a date in java? I.e. In the ddmmyyy format?