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 6 of 6

Thread: Is java a power full programming language? can java do this?

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    21
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Is java a power full programming language? can java do this?

    Hello every one from this forum i wonder if java can
    do this?

    1) is that possible to detect input from fingerprint sensor.?
    2) is that possible to detect input from bar code reader.?
    3) is that possible to detect input from microphone and video camera.?
    4) is that possible to control mobile cellphone to send text message?
    //Computer that control mobile to send Text message


    if yes where can i start learning it? any good website for this tutorials?


  2. #2
    Member
    Join Date
    Dec 2009
    Location
    UK
    Posts
    58
    My Mood
    Sleepy
    Thanks
    2
    Thanked 3 Times in 2 Posts

    Cool Re: Is java a power full programming language? can java do this?

    Java is what used to be called a problem orientated programming language, not because it causes problems, but it is used to solve them.

    I don't see anything there that Java shouldn't be able to do if you use enough magic dust and potions, though that doesn't necessarily mean that Java is the best language in which to do each on the list.

    I know someone who's doing some Bar Code stuff with VB, I'll ask him as the logic should be the same even if the language is different.

    Regards,

    Shaun.

  3. #3
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is java a power full programming language? can java do this?

    Quote Originally Posted by Jhovarie View Post
    Hello every one from this forum i wonder if java can
    do this?

    1) is that possible to detect input from fingerprint sensor.?
    2) is that possible to detect input from bar code reader.?
    3) is that possible to detect input from microphone and video camera.?
    4) is that possible to control mobile cellphone to send text message?
    //Computer that control mobile to send Text message


    if yes where can i start learning it? any good website for this tutorials?
    What did google tell you? Googling "java tutorials" is a great place to start.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  4. #4
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: Is java a power full programming language? can java do this?

    Ah, but it seems I was wasting my time, as the OP already received similar advice in a crossposted thread.

    This thread has been cross posted here:

    http://www.java-forums.org/new-java/39807-java-power-full-programming-language-can-java-do.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting

    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  5. #5
    Junior Member
    Join Date
    Dec 2010
    Posts
    21
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Is java a power full programming language? can java do this?


  6. #6
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Is java a power full programming language? can java do this?

    Quote Originally Posted by Jhovarie View Post
    Opps.. sorry i read this thread i commit a mistake.
    Don't worry. Now you know for future posts.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. Natural language processing in java
    By nikki. in forum Java Theory & Questions
    Replies: 5
    Last Post: March 19th, 2012, 11:34 PM
  2. What does SCOPE actually mean in java language?
    By wAdeski in forum Java Theory & Questions
    Replies: 3
    Last Post: December 1st, 2010, 10:44 AM
  3. Replies: 2
    Last Post: November 25th, 2010, 01:59 PM
  4. Programming a power table
    By Reynalto in forum Loops & Control Statements
    Replies: 3
    Last Post: November 16th, 2010, 08:51 PM
  5. Replies: 5
    Last Post: September 6th, 2009, 04:39 AM