File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Meaningless Drivel and the fly likes is c universal kile java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Other » Meaningless Drivel
Reply Bookmark "is c universal kile java" Watch "is c universal kile java" New topic
Author

is c universal kile java

Ali Gilani
Ranch Hand

Joined: Mar 01, 2002
Posts: 137
is c really unviversal like java. is c++ better in making drivers and other programs.
Ashik Uzzaman
Ranch Hand

Joined: Jul 05, 2001
Posts: 2370

C is not as much universal as java but more than any other languages.
And for device drivers c/c++ are best afaik...


Ashik Uzzaman
Senior Member of Technical Staff,
Salesforce.com, San Francisco, CA, USA.
Anonymous
Ranch Hand

Joined: Nov 22, 2008
Posts: 18944
I don't know exactly what you mean by universal, but programs written in C can do much more with your computer than programs written in Java. If they're written carefully they can even be compiled for more platforms, while Java programs can just be compiled once and run out-of-the-box on any platform with a virtual machine.
Device drivers are best written in C (C compiles to much faster, more compact machine code) although since C++ is just C with a few whistles and bells, you can probably write them just as well in C++. Java, however, isn't appropriate for writing drivers. Unless you write some JNI, you're limited to Sun's cross-platform APIs with no special devices.
 
IntelliJ Java IDE
 
subject: is c universal kile java
 
Threads others viewed
CSharp and Java
Apply your Lateral Thinking
whts the out put
final & private together
why is 'unsigned' not supported in java
IntelliJ Java IDE