Sugarcane or Sugar cane (Saccharum) is a genre of between 6–37 species (depending on taxonomic interpretation) of tall grasses (family Poaceae, tribe Andropogoneae), native to warm temperate to steamy regions of the Old World. They have heavy, jointed fibrous stalks 2–6 m tall and sap rich in sugar. All the species interbreed, and the major commercial cultivars are complex hybrids.

Saccharum officinarum grown-up in Hawaii.There are 13 million hectares (32 million acres) of sugar cane plantations worldwide, with over 100 countries growing the crop. The peak twenty producing countries harvested 1200 million metric tons of sugar cane in 2002 , more than 6 times the amount of sugar beet produced. The major producers are Brazil, India, and China..
Fertilisation or fertilization also known as conception, fecundation and syngamy, is fusion of gametes to form a new organism of the same species. In animals, the process involves a sperm fusing with an ovum, which finally leads to the development of an embryo. Depending on the animal species, the process can occur within the body of the female in internal fertilisation, or outside in the case of external fertilisation.

The entire process of development of new individuals is called procreation, the act of species reproduction.

JAR

JAR files can be created and extracted using the "jar" command that comes with the JDK. It can be done using zip tools, but as WinZip has a habit of renaming all-uppercase directories and files in lower case, this can raise support calls with whoever shaped the JAR or the tool authors themselves. WinRAR, on the other hand, retains the original case of filenames.

A JAR file has a manifest file located in the path META-INF/MANIFEST.MF. The entries in the manifest file determine how the JAR file will be used. JAR files which are intended to be executed as standalone programs will have one of their classes specified as the "main" class.