Where should you store variables for a search program in java?
Posted
by
Bored915
on Programmers
See other posts from Programmers
or by Bored915
Published on 2012-03-20T23:30:04Z
Indexed on
2012/03/20
23:39 UTC
Read the original article
Hit count: 105
java
I'm wondering which is a more effective storage method in java. Would be better to save variables that will not change in a class or a resource? They're going to be variables that contain a set amount so that later a search program will go through the list of variables so as to recognize possible options. Also if there is a more efficient method of storing them please say so or if i doesn't matter where i store them.
© Programmers or respective owner