GeekArticles
Java
Core JavaJava in Small Places
Author: microjava.com |
Published: 10th Aug 2005 |
Visited: 170 times |
Add CommentFiled in: Core Javaby Glenn Coates and Angus Muir -11/29/2001 With the introduction of J2ME, Java is definitely heading deep into traditional C territory -- the world of Embedded Systems. There is no doubt that this domain has long been dominated by C and Assembler programmers. With all of the investment that many companies have put into C, building C libraries for their devices and establishing a good base of embedded C developers, why would they want to move into Java? This just looks like a lot of cost...n
Read Article Sponsored Links
Related Articles
• Testing Multithreaded Java Code
In this interview from JavaOne 2008, Coverity chief scientist Andy Chou discusses why traditional unit tests often help in uncovering concurrency-related errors, and why a combination of static and dynamic analysis yields better results when testing multithreaded code.
...
• Service Oriented Java Business Integration Review
Service Oriented Java Business Integration Review
Introduction
If read through the texts which give you an introduction to SOA or Web Services, you will often find them to be quite frustrating, and the reason for this is because they spend too much time referencing business processes which are ela ...
• Sources of Java Errors
The Java VM shields most developers from having to think about the memory-management aspects their Java objects, but it does not completely manage other types of resources automatically, says Gwyn Fisher, CTO of Klockwork in this interview with Artima. Great Java developers learn to understand what ...