Updated Home (markdown)

shikhar
2010-08-14 03:25:19 -07:00
parent 79ffa10790
commit bf84acf68e

@@ -26,7 +26,7 @@ Frequently Asked Questions
getErrorStream() // -> java.io.InputStream; corresponds to stderr
// only on Session.Command
getOutputAsString() // -> java.lang.String; this is blocking since it reads all the data from stdout until it encounters EOF
getOutputAsString() // -> java.lang.String; blocks until it reads all data from stdout
```
+ **Concurrency**