| Author |
Java Preferences - Any size limit on storage?
|
Deepak Shah
Ranch Hand
Joined: Nov 29, 2000
Posts: 97
|
|
I am concerned if there any storage size limit on Window for Java Preferences. In that scenario I would like to store preferences in file rather than in Windows registry (default storage) Any opinions? Thanks in advance
|
 |
Pavel Halas
Ranch Hand
Joined: Jul 05, 2003
Posts: 35
|
|
This could be find in Thinking in Java 3rd revision...
... its use is restricted to small and limited data sets�you can only hold primitives and Strings, and the length of each stored String can�t be longer than 8K ...
|
 |
 |
|
|
subject: Java Preferences - Any size limit on storage?
|
|
|