Java Applet question regarding data manipulation

Posted by seraphina on Stack Overflow See other posts from Stack Overflow or by seraphina
Published on 2010-06-11T03:38:21Z Indexed on 2010/06/11 3:42 UTC
Read the original article Hit count: 222

Filed under:
|
|
|
|

Generally, how does a java applet manipulate user data? Take for instance "shopping carts" on shopping websites - after a user enters the data, is the data then preloaded each time a user accesses a website? Or is the data retrieved as the user is on the page?

© Stack Overflow or respective owner

Related posts about java

Related posts about data