Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
ReadObject.getString(new Person("shaky", "15")); should get object from outside talend. In eclipse I should also able to pass object to getString() method
I want to use this code outside talend in my eclipse which will call this piece of code to pass object.how can I use this code outside talend.