Total members 11890 |It is currently Fri Apr 19, 2024 1:37 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





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 ???




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

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.

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 2 posts ] 

  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? !!!!     -  
 List interface     -  
 how to implement an interface     -  
 Iterator interface     -  
 Implement an interface in php     -  
 methods in ActionListener interface     -  
 how to write interface program     -  



Topic Tags

Java OOP
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com