JSP Java


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