Importare i metodi statici


/ Published in: Java
Save to your folder(s)

Importare i metodi statici


Copy this code and paste it in your HTML
  1. import static java.lang.Math.PI;
  2.  
  3. //Math.PI diventa PI

Report this snippet


Comments


You need to login to view comments.