what is the meaning of the following sequence diagram and exactly the constructor(that is represented as a create object)?
It means that ClassA instantiates ClassB. The arrow represents that the constructor of ClassB is called by ClassA
ClassA
ClassB