Data Science
Example heading with h2 size
Example heading with h3 size
Following is sample java code.
File m_file= new File("products.txt");
properties myprop= new properties (System.getProperties());
myprop.load(m_file);
System.setProperties(myprop);
System.getProperties().list(System.out);