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 this structure <p>Integer ac porta felis. <a href=# class=despLeerMas>...read more</a></p> <div class=none
If I have a string like 6d7411014f I want to read the the occurrence
I have two sets of integers A and B (size of A less than
I use id's for almost all my tables, you never know when they come
I have a SQLServer2008 R2 Stored Procedure that contains an algorithm for parsing out
I'm working on a datamodel that has a set of types that share some
Have a look at this F#/OCaml code: type AllPossible = | A of int
I have a List of (integer)ID's, which i am storing as text, like 23;45;67;12;332;783;123;33;15;87;41;422;88;58;
I'm reading numbers from a file in order to perform a merge sort. The
I was trying to solve ITA Software's Word Nubmers puzzle using a brute force

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.