Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Sandeep Choudhary   on Oct 10 In Java Category.

  
Question Answered By: MUHAMMED MUFTY   on Oct 10

Java Card

Java Card is a technology introduced and maintained by Sun Microsystems, Inc.

Smartcards running Java Card contain an interpreter for bytecode generated from programs written in Java. This code can be loaded onto the card after it has been preverified, i.e. checked for consistency and compatibility. Since Java is a standardized programming language, this approach allows vendor independent development of applications.

In addition, modern JavaCards are equipped with a sophisticated operating enviroment including an Operating System like JCOP which lets the user dynamically add and remove applications. This makes it possible to run banking applications, access control for a company gate and an electronic ticket for the public transportation system all on one single plastic card. The biggest challenge of those systems is to assure at any time that under no circumstances an application gains knowledge of another concurrently installed program and its data.

Share: