Skip to content

Instantly share code, notes, and snippets.

View Eragoo's full-sized avatar
🎯
Focusing

Eugene Kukhol Eragoo

🎯
Focusing
View GitHub Profile
@asicfr
asicfr / TestClass.java
Created May 2, 2016 13:59
Properties and ResourceBundle from Xml file
package test;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import java.util.ResourceBundle;
public class TestClass {