How to know product type in magento?

How to know product type in magento that product is group or simple or downloadable.

echo $product->getTypeId();

Comments