Guest User

Untitled

a guest
Mar 23rd, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. private String readAnswer(String question){
  2. try{
  3. ConsoleReader reader=new ConsoleReader();
  4. return reader.readLine(question);
  5. }
  6. catch (IOException e){
  7. e.printStackTrace();
  8. }
  9. return null;
  10. }
  11.  
  12. shell:>connect example.com
  13. Enter username:name
  14. Enter password:****
  15. You have been connected
  16. shell:>dfghddfg
Add Comment
Please, Sign In to add comment