GeekArticles
Java
Core JavaJava Card Technology Questions and Answers with Zhiqun Chen
Author: wireless.java.sun.com |
Published: 10th Aug 2005 |
Visited: 212 times |
Add CommentFiled in: Core Javaby Ed Ort October 2000 The Java Developer Connection (JDC) recently asked its readers "Do you have a question about Java Card technology, the Java technology for smart cards?" The JDC took the best questions to Zhiqun Chen, a Java Card Technology expert, and a key member of Sun's Java Card engineering team. Here are her answers. JDC: What is a smart card? ZC: Smart cards are often called chip cards, or integrated circuit (IC) cards. The integrated circuit incorporated in the credit...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.
...
• Business Intelligence in Information Technology Business Intelligence in Information Technology
IT stands for Information Technology. Information Technology is a system designed to gather, process, or distribute information. IT can be inspected in terms of the following three groupings; the data gathering, the data processing, and the data distr ...
• 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 ...