/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package nadaHaver; import java.util.ArrayList; /** * * @author Shirkit */ public class Memoria { public static void main(String args[]) { System.out.println(System.getProperty("os.version")); } }