Program to ping

I am trying to write a java applet that I can embed into and html document that will ping a given server. I look through the API but found nothing, anyone know of a way this can be done?

java.sun.com/j2se/1.5.0/docs/api … int,%20int

Ah, perfect, thanks.