A constructor is a special method that runs when an object is created, used to initialize its state into a valid starting condition. A destructor (or finalizer) runs when an object is destroyed, used to clean up resources.
Construction
{
String host;
{
(host == )
();
.host = host;
}
}
