Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Can Java Read What A User Types In And Complete A Specific Parameter For That Certain Sentence. Word.etc

  1. #1
    Junior Member
    Join Date
    Nov 2013
    Posts
    9
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default Can Java Read What A User Types In And Complete A Specific Parameter For That Certain Sentence. Word.etc

    Hello!

    I am a new java programmer trying to learn how to get a user to input something like DATE and java to print the date out.

    I have looked through code examples and have not found anything to do with this specific object. Can you please help


  2. #2
    Senior Member PhHein's Avatar
    Join Date
    Mar 2013
    Location
    Germany
    Posts
    609
    My Mood
    Sleepy
    Thanks
    10
    Thanked 93 Times in 86 Posts

    Default Re: Can Java Read What A User Types In And Complete A Specific Parameter For That Certain Sentence. Word.etc

    Hi,
    user input is always a String. You can convert that String into a Date object using SimpleDateFormat. Have a look at the API.

Similar Threads

  1. Print a given sentence forwards, backwards and every other word.
    By newbiegirl in forum What's Wrong With My Code?
    Replies: 1
    Last Post: September 24th, 2013, 05:45 AM
  2. Replies: 7
    Last Post: May 28th, 2013, 09:03 AM
  3. Read Specific value
    By sarwardnj in forum File I/O & Other I/O Streams
    Replies: 3
    Last Post: March 17th, 2013, 02:05 PM
  4. read a file word by word
    By poornima2806 in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: February 23rd, 2012, 03:14 PM
  5. How to get Char types from the user?
    By benglish in forum Java Theory & Questions
    Replies: 0
    Last Post: March 12th, 2011, 03:43 PM