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

Thread: Which tutorial should i choose?

  1. #1
    Member
    Join Date
    Jul 2011
    Posts
    53
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Which tutorial should i choose?

    So far, at Java i learned how to work with streams, with Threads and how to make GUI using AWT or Swing components; i also learned how to make an applet. I want to make step forward. I heared that it is important to learn how to use an SQL database program. I also heared that Java programs can be connected with a database. So... what should i learn? I heared that MySQL is the most used for database. But most of the tutorials show how to use it with PHP . But i want to learn how to use it with Java! Which SQL program is used mostly to make database connected with Java programs? Which tutorial should i follow at first?


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Which tutorial should i choose?

    Two tutorials:
    Trail: JDBC(TM) Database Access (The Java™ Tutorials)
    SQL Tutorial
    Which database you choose is a matter of preference. To start the learning process I would say pick one and go with it.

  3. #3
    Junior Member Rex the king's Avatar
    Join Date
    Oct 2011
    Location
    INDIA
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Which tutorial should i choose?

    for practice i too want to work with database with java.Where to begin and what pre-requisite is needed for it ?

  4. #4
    Think of me.... Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Pakistan
    Posts
    1,136
    My Mood
    Grumpy
    Thanks
    20
    Thanked 82 Times in 78 Posts
    Blog Entries
    1

    Default Re: Which tutorial should i choose?

    Quote Originally Posted by Rex the king View Post
    for practice i too want to work with database with java.Where to begin and what pre-requisite is needed for it ?
    Thanks for bumping a two months old thread. JavaPF has given two links, i don't think if there was need to ask which one to choose. JavaPF has clearly explained, CHOOSE ANYONE for initiative. And Pre-Requisites are, you must know Java programming. And one more that is more important, READ THE FORUMS RULES.

  5. #5
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Which tutorial should i choose?

    Quote Originally Posted by Mr.777 View Post
    JavaPF has given two links, i don't think if there was need to ask which one to choose. JavaPF has clearly explained, CHOOSE ANYONE for initiative. And Pre-Requisites are, you must know Java programming. And one more that is more important, READ THE FORUMS RULES.
    No offense to JavaPF, but please give credit where credit is due.

    Rex, I too recommend you read the forum rules. I will not split this thread into a new one given the links above which may help you, but I will edit your signature.

Similar Threads

  1. [SOLVED] How to choose a different toString() Besides the default one?
    By Hallowed in forum Java Theory & Questions
    Replies: 12
    Last Post: April 8th, 2011, 03:05 PM
  2. Help me to Choose Collections
    By kathir0301 in forum Collections and Generics
    Replies: 1
    Last Post: December 3rd, 2010, 10:14 AM
  3. How do I let the user choose how big an array is...
    By Roon Hapoon in forum Collections and Generics
    Replies: 2
    Last Post: October 5th, 2010, 12:15 AM
  4. why should i choose java over others?
    By docesam in forum Java Theory & Questions
    Replies: 9
    Last Post: August 30th, 2009, 10:49 PM
  5. Replies: 0
    Last Post: May 21st, 2009, 11:17 AM