Get the character used for separating query. Normally this will return '?'. On J2ME Connector URLs, this method will return ';'.
()
| 751 | * '?'. On J2ME Connector URLs, this method will return ';'. |
| 752 | */ |
| 753 | char getQuerySeparator() { |
| 754 | return querySeparator; |
| 755 | } |
| 756 | |
| 757 | /** |
| 758 | * @return the uri as a string |
no outgoing calls
no test coverage detected