Getting and Setting Properties String string = properties.getProperty("a.b"); properties.setProperty("a.b", "new value");