JSP: Afficher des nombre aléatoire sur le navigateur

Author:
       

  
    HTML Title
  
  
    
    
      Ramdom number from 0 to 10 : 
      
        <%= (int) (Math.random() * 10) %>
      
    
    Refresh the page to see if the number changes...