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 6030879
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:06:09+00:00 2026-05-23T05:06:09+00:00

I was having a text file as given below, (DA1A11,Inflation accelerates, Thursday rate hike

  • 0

I was having a text file as given below,

(DA1A11,Inflation accelerates, Thursday rate hike seen      )
(DA1A12, In India's grain bowl, farms face threat from MNREGS      )
(DA1A13, World off course on climate; renewables vital      )
(DA1A14, Sri Lanka, India resume ferry service after 30 years      )
(DA1A15, Hackers break into U.S. Senate computers      )
(DA1A16, India seeks OECD help to bring back illicit funds - fin min      )
(DA1A17, CBI looks into inflated oilfields costs - report      )
(DA1A18, Maruti loses millions on continued strike, fears of spillover mount      )
(DA1A19, Australia to warm up for India clash against New Zealand      )

i have to print data’s as char by char from “(” to “)” then wait for 5 sec and start printing again, how can i do this.

  • 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-23T05:06:10+00:00Added an answer on May 23, 2026 at 5:06 am
        BufferedReader reader = null;
        try {
            while(true){ // break condition here
                reader = new BufferedReader ( new FileReader( "/myFilePath/file.txt" ) );
                String line;
                while( (line = reader.readLine()) != null ) {
                    char[] chars = line.toCharArray(); // adding .replaceAll("\\(|\\)", "") for no ()
                    for( char c : chars ) {
                        System.out.println(c);
                    }
                    Thread.currentThread().sleep( 5000 );
                }
            }
        } catch (IOException e) {
            // handle
        } catch( InterruptedException e ) {
            // handle
        } finally {
            try {
                reader.close();
            } catch (IOException e) {
                // handle
            }
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having trouble determining a way to parse a given text file. Here is
I am having a lot of trouble with a text file given to me
I have a text file having data as given e.g. PUFGUjVRallYZDNaazFtVjVObU1zWm5ZcUJUYU5ORk4zbGthNHNDVUdSMlFVQmpSVEoxUUNSallYaFhkanBITXBGR1NTQnpZRTltZE1OalVzSkdXQ0Z6WXR0V2RpTmpTdXgwTWs5V1lZSkZiWjFXT29OV2JSVlhaSTUwYUpwR040UUZXTzVHVXFoWFVRcFdWNHdVTUJ0Q1VHSmxXVlJVTlJCMVE1VTFWV PUFGUjVRallYZDNaazFtVjVObU1zWm5ZcUJUYU5ORk4zbGthNHNDVUdSMlFVQmpSVEoxUUNSallYaFhkanBITXBGR1NTQnpZRTltZE1OalVzSkdXQ0Z6WXR0V2RpTmpTdXgwTWs5V1lZSkZiWjFXT29OV2JSVlhaSTUwYUpwR040UUZXTzVHVXFoWFVRcFdWNHdVTUJ0Q1VHSmxXVlJVTlJCMVE1VTFWV Now I
I have a File having text and few numbers.I just want to extract numbers
How to convert the text file through vb6 code. Having filename like clock.fin, time.mis,
How to copy the text file through vb6 code. Having Source filename like clock.fin,
I'm having a problem where instead of reading a text file from the location
I am sending mails (in asp.net ,c#), having a template in text file (.txt)
I am having utf-8 encoded file containing arabic text and I have to search
I want to write a following script: given a text file with the list

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.