Sunita Param's birth name is Sunita Zelma Paramsothy.
Sunita Param is 5' 1".
Sunita Param was born on November 14, 1970, in Buffalo, New York, USA.
Param was born in 1954, in Negeri Sembilan, Malaysia.
Kajal Gupta's birth name is Sandhya Chattopadhyay.
Param -10000 param -9000 param -8000
The cast of Countergirl - 2006 includes: Deep Katdare as Rahul Rizwan Manji as Sam Sunita Param as Kyra
Yes, "Param" is a real name; it's a Hindi word meaning "greatest."
PARAM PADMA is the name of the first super computer.
muttharia
Param singh
Sunita Williams went in the space shuttle Discovery and came back in Atlantis
two arguments can be passed to applet using param tags NAMES and VALUES <PARAM NAME ="name" VALUES = "values"> Parameters are passed to applets in NAME=VALUE pairs in <PARAM> tags between the opening and closing APPLET tags. Inside the applet, you read the values passed through the PARAM tags with the getParameter() method of the java.applet.Appletclass.