Design nd implementation of a light weight Java card virtual machine

碩士 === 國立臺灣大學 === 資訊工程學研究所 === 89 === Java Card standard proposed by Sun Microsystems solves the portable problem of Smart Card programs. But that standard is designed for general purpose. This means that it requires more memory space and hence results to more resource and cost. Current S...

Full description

Bibliographic Details
Main Author: 楊禎泓
Other Authors: 陳俊良
Format: Others
Language:zh-TW
Published: 2001
Online Access:http://ndltd.ncl.edu.tw/handle/98477783940616775502
Description
Summary:碩士 === 國立臺灣大學 === 資訊工程學研究所 === 89 === Java Card standard proposed by Sun Microsystems solves the portable problem of Smart Card programs. But that standard is designed for general purpose. This means that it requires more memory space and hence results to more resource and cost. Current Sun’s reference implementation is not suitable for specific purpose Smart Card environment. Due to the consideration of cost and market, it seems that it is almost impossible to make Smart Card more prwerful in a short time. The goal of this thesis is to reduce resource usage of Java Card virtual machine, and reserve compatibility with Sun’s Java Card standard.