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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:08:18+00:00 2026-05-23T10:08:18+00:00

I have to read integers more frequently in Java. So how i should do?

  • 0

I have to read integers more frequently in Java. So how i should do? What function i have to use?

C/C++ too have buffering concepts but they has a single statement. But in Java we have to call at least 2 function to read an integer.

For an example,

To read an integer from console,

I will use

  • scanf in C
  • cin in C++

But in Java,

BufferedReader bufferedreader = new BufferedReader(
    new InputStreamReader(System.in)); String number = bufferedreader.readLine();

int value = Integer.parseInt(number);

or

Scanner scan = new Scanner(System.in); 
int i = scan.nextInt();

Someone please explain me: Can I have a simpler version than these similar to cin or scanf (A one line statement).

Thanks in advance.

  • 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-23T10:08:18+00:00Added an answer on May 23, 2026 at 10:08 am

    I believe Scanner provides the simplest interface. I don’t believe there is a simpler approach provided by the standard API. (You could of course encapsulate the snippet in a method, and call the method instead.)

    The only one-liner I can come up with is the obvious

    int i = new Scanner(System.in).nextInt();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have read that you can do it, but would this really improve performance
I have read multiple articles about why singletons are bad. I know it has
I have read this question but it's not quite what I was looking for.
I have read that gwt-ext is slow and it seems too bulky. How does
I have read several post on both matters but I haven't seen anyone comparing
I have made an ArrayList in Java and put some integers and some doubles
I have a text file with on every line one or more integers, seperated
I have this structure <p>Integer ac porta felis. <a href=# class=despLeerMas>...read more</a></p> <div class=none
I have read some posts on here about not mixing parameters when passing into
I have read the page in Emacs wiki which contains a list of session

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.