-1
package horadosistema;
import java.util.Date;
public class HoraDoSistema {
public static void main(String[] args) {
Date relogio = new Date();
System.out.println("A hora do sistema é");
System.out.println(relogio.toString());
}
}
The question says "system language", but the code picks up the date, your question does not make much sense. Edit it and explain your doubt better.
– user28595
"system system"
– user45474
What does this code have to do with the title of the question?
– Victor Stafusa