Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kenneth Bennett   on Feb 22 In Java Category.

  
Question Answered By: Edwin Chavez   on Feb 22

Store your label information with "\" char for special chars

"\" = this is the java  escape char as you use in \n or \r char.

key1 = \:mylabel

when you fetch your label with key1 you 'll get the value -> :mylabel <-

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on override store() property in java.util.properties Or get search suggestion and latest updates.


Tagged: