Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7725013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T04:49:58+00:00 2026-06-01T04:49:58+00:00

I have to write an application where I retrieve a lotto numbers that I

  • 0

I have to write an application where I retrieve a lotto numbers that I stored as strings in a database and compare them with the winning lotto number that was generated by the application itself.
I am a bit stuck with this one.

I started of with retrieving the 6 lotto numbers from the database and adding it to an array list.

ArrayList<String> listTwo = new ArrayList<String>();


    ResultSet set = state.executeQuery("SELECT * FROM NumbersClients");
    while(set.next())
    {
        String numbers = set.getString(1);
                    listTwo.add(numbers);
    }

The numbers I generated randomly I saved in an ArrayList and then converted to an Integer array.

Integer[]entries = lottoDraw.toArray(new Integer[lottoDraw.size()]);

Any pointers perhaps as to how I can retrieve each individual lottodraw from ‘listTwo’ and compare them to the winning number(‘entries’) and thus estblish 3,4,5 matches etc.

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T04:49:59+00:00Added an answer on June 1, 2026 at 4:49 am

    Why not store the numbers individually in the database. Then generate the winning numbers and query the database. E.g.

    SELECT * FROM NumbersClients
    WHERE no1 = ? AND no2 = ? AND no3 = ?
    etc.
    

    This way you avoid retrieving large amounts of irrelevant data

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have to write an application that implements a secure connection between client and
I have been asked to write an application that is going to act as
I have an application that write data in the programdata folder in vista. The
I have to write a mashup application for an university course and I have
I'm working on an application so i have write an dll which contain a
_Hey, I have a question. I want to write application which will have multiple
I write an application with Symfony 2. I have a form which has a
I am attempting to write an application in which I have two text fields
I have idea to write errors from my application to the Windows Event Viewer
I have an old client side application that is writing to named pipes using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.