Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

about Java IO-interface

Fri Oct 24, 2008 12:35 pm

Java can deal with mouse, screen, sound card, ...

But from the Java Virtual Machine Specifications, those byte codes
instructions, there do not seem to me instructions to deal with such a
variety of IO chips (video chip, sound chip, ....)

How is it possible for Java to do it ???



Re: about Java IO-interface

Fri Oct 24, 2008 12:37 pm

You're right - Java is generic enough (write once, run anywhere) that it
does not support specific I/O chips. The only I/O it supports directly
is console I/O and disk I/O. However, external programs (including C and
C++) can be called via the Runtime class.

Post a reply
  Related Posts  to : about Java IO-interface
 java interface example     -  
 Network Interface Adapter Info using Java APIs.     -  
 java abstract class,concrete class and interface     -  
 What is an Interface? !!!!     -  
 Implement an interface in php     -  
 List interface     -  
 how to implement an interface     -  
 Iterator interface     -  
 methods in ActionListener interface     -  
 how to write interface program     -  

Topic Tags

Java OOP