answersLogoWhite

0


Best Answer

This seems to be both platform- and implementation-dependent. In some cases, properties may only be stored in memory, and will lose their value once the JVM exits. In other cases, properties may be written to disk and restored each time your program executes.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Where does java system setProperty store the data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are Java Data Objects used for?

The Java Data Objects AVI is used primarily by application programmers and it helps the programmer by storing the Java Domain into a persistent store or database.


Is it possible to store Java program data?

Yes. Java program data can be stored in RAM, in a file, sent across a network, or however else you (the programmer) wishes it to be stored.


How do you store a character in a variable?

In Java a primitive data type called 'Char' is used to store a single character of text.Char myChar = "a";


How data hiding is achieved in java?

Data hiding in the java is achieved through the use of encapsulation.


How do you store data in csv file using java script?

You can't. JavaScript doesn't have write access to the local file system. This was done as a security feature. All JS can do is manipulate very specific cookie files.


How do you store fingerprints in java?

Java has no built-in framework for dealing with biometric data, fingerprints included. If you wanted to build your own class, it would be sensible to store the information in the same way your fingerprint scanner passed it on. If the scanner gives you an image, store the image. If the scanner gives you a bunch of numbers, store a bunch of numbers.


What is data binding in java?

Data binding is basically a technique for binding two data/information sources together and maintaining a synchronization of data.You usually achieve this with two data/information sources with different languages as in XML data binding or in fact using Java, Java UI elements to Java objects.


Is button a data type in Java?

In Java, just about anything is defined as a class; a class is a data type, so yes.


How are constants and variables important in devoloping java programs?

Without variables, you won't be able to do much programming. Variables is where you store data; such data may change over time. And computer programming is all about manipulating data.


What will be if java program is being shifted from 64 bit machine to 32 bit machine?

A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.A Java program should run on any platform (hardware + operating system) for which a JVM (Java Virtual Machine) is installed. Unlike the "C" language, the size of data items in Java does not depend on the platform; for example, an int will always have a size of 32 bits, no matter how the underlying computer hardware is organized.


How do you convert java data to SQL data?

kill urself


Is float is a keyword in java?

yes, float is keyword and data type in java