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

  • Home
  • SEARCH
  • 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 6924711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:41:50+00:00 2026-05-27T10:41:50+00:00

I want to copy http://docs.oracle.com/javase/tutorial/collections/interfaces/examples/dictionary.txt into an array for hangman game. I have this

  • 0

I want to copy http://docs.oracle.com/javase/tutorial/collections/interfaces/examples/dictionary.txt into an array for hangman game. I have this so far..

url = new URL("http://docs.oracle.com/javase/tutor… );
urlConn = url.openConnection();
urlConn.getInputStream());

inStream in = new InputStreamReader("dictionary.txt");
urlConn.getInputStream());
BufferedReader br = new BufferedReader(new InputStreamReader(in));

String nextLine;
String[] secretwordbank;
secretwordbank = new String[80368];

secretwordbank is an array representing a dictionary of words. This may be too big of an array so I’m open for ideas to optimize it. Anyone know how to do it?

  • 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-05-27T10:41:50+00:00Added an answer on May 27, 2026 at 10:41 am

    Are you really just unsure how to convert a BufferedReader into an array (or other collection) of strings, based on line breaks? If so, I’d suggest using Guava:

    List<String> lines = CharStreams.readLines(reader);
    

    (As an aside, I would suggest specifying an encoding when creating the InputStreamReader – otherwise it will use the platform default encoding. Ideally, you should use the content-type header from the response to determine the encoding… there are higher-level HTTP libraries which will do all of this for you, such as HttpClient.)

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

Sidebar

Related Questions

I want to copy a document as mentioned here: http://code.google.com/apis/documents/docs/3.0/developers_guide_protocol.html#CopyingDocs I am using the
I have an affiliate link with a product image http://www.myaffiliate.com/products/product.jpg I want to copy
I have an URL like this http://www.example.com/Data/image/office-dôn-sì-à.jpg I want to copy that file to
I copy the following from source of http://jquerymobile.com/demos/1.0/docs/pages/multipage-template.html <!DOCTYPE html> <html> <head> <meta charset=utf-8>
I want to copy a live production database into my local development database. Is
I want to search *.rules from this site http://cvs.snort.org/viewcvs.cgi/snort/rules/ and copy the strings of
I want to copy a URL into textbox1, click button1 or button2, and only
I have a web URL for the image. For example http://testsite.com/web/abc.jpg . I want
I want to copy a file from A to B in C#. How do
I want to copy text files and only text files from src/ to dst/

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.