This may be a stupid question, however I've never really put much thought into the purpose of a connector mode and just used the default (READ_WRITE). What are the differences between calling Connector.open with its three different modes.
1) Connector.READ
2) Connector.WRITE
3) Connector.READ_WRITE (Really only 1/2 since this is obviously both)
Also, what does the "Set end to end required/desired" mean. I am fairly sure I know but the documentation is hazy.
Thanks