BelajarJava.Com


Baca masukan dari keyboard (using BufferedReader class)

Posted in Fundamental by jolly on the November 20th, 2009
Baca input dari keyboard.

  1. public String inputString() {
  2. String stringLine = "";
  3. try {
  4. stringLine = input.readLine();
  5. }
  6. catch (Exception e) {
  7. e.printStackTrace();
  8. }
  9. return stringLine;
  10. }

You can help me to share this post by klicking icons below. Enjoy it. These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Facebook
  • Google Bookmarks
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit
  • Technorati
  • TwitThis
  • LinkedIn