var obj = objectManager.createTextObject("Hello", "MyHello") obj.name = "Hello" obj.text = "MyHello" What happens when the following code is executed.
A Text Object by Name:- MyHello and text value:- MyHello gets created in the database.
A Text Object by Name:- MyHello and text value:- Hello gets created in the database.
A Text Object by Name:- Hello and text value:- MyHello gets created in the database.
Nothing is created, as one 'key/important statement' is missing in the code.