Total members 11889 |It is currently Fri Mar 29, 2024 5:37 am Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





anyone knows the best (or any) java enabled microprocessor to use when designing a portable
digital media player.




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

A Java-enabled processor? I think you need a primer in the concepts of
microprocessors and Java.

A microprocessor executes machine-level code. Not C. Not Java. C is
compiled into machine code, and a JVM interprets Java byte code into
machine code (this is done after the Java compiler compiles Java into
byte code, which is *not* machine code in any sense).

Java is basically an interpretive language; the original Sun slogan,
"Write once, run anywhere!" says it all. Java source is compiled into
byte code, which a JVM then interprets into machine code. Because the
Java compiler compiles Java into machine-independent byte code, a JVM
(software) is needed for each microprocessor on which the program will run.

The bottom line: there is no such thing as a "Java-enabled
microprocessor". As long as the microprocessor has a corresponding JVM
(usually part of a JRE), Java will run. There are lots of JVMs out
there: Intel (the Windows JRE & JDK), Sun, HP, Amiga, and who knows what
others. Search online for a JRE (or even a JDK) for the microprocessor

_________________
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 : Java Microprocessor
 2d game in java-Monster-Java 2D Game Graphics and Animation     -  
 What is Java API?!!!     -  
 Using FTP in java     -  
 java or .net     -  
 what is java     -  
 Java course     -  
 need help in java     -  
 when to use clone in java     -  
 Java Calender Pop Up     -  
 Introduction to Java IO.pdf     -  









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