This section demonstrates you to retrieve a Preference node. You can see in the given example that we have used an absolute path in order to get the Preference node. The absolute paths begin with '/'. The method name() returns the preference node's name, with respect to the absolute path.
Here is the code of RetrievingNodes.java
import java.util.prefs.*; |
Output will be displayed as:

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Retrieving a Preference Node
Post your Comment