An efficient optimization algorithm of java bytecode to reduce network traffic

  • Authors:
  • Do-Woo Kim;Min-Soo Jung

  • Affiliations:
  • Dept. of Computer Engineering, Kyungnam University, Korea;Dept. of Computer Engineering, Kyungnam University, Korea

  • Venue:
  • ICCSA'03 Proceedings of the 2003 international conference on Computational science and its applications: PartII
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

With Java technology, the Internet and private networks become our computing environment. For example, users can securely access their personal information and applications when they're far away from the office by using any computer that's connected to the Internet. When the browser finds the class file included in Web page, it loads it over the network, if necessary, onto the computer the browser is running on. Thus, it is describe that the class file is as little size as possible, to rapidly transmit various class files. We propose an optimization algorithm applied to Java class file.