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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:26:09+00:00 2026-05-24T21:26:09+00:00

Below is the partial code. import java.io.*; import java.util.*; public class inputting { public

  • 0

Below is the partial code.

import java.io.*;
import java.util.*;
public class inputting {
public static void main(String[] args) throws IOException {
    // TODO Auto-generated method stub
    int i,j;

    BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
     System.out.println("enter numbers??");
     String str = br.readLine();
     StringTokenizer tokenizer = new StringTokenizer(str);
     j=Integer.parseInt(tokenizer);
}
}

Now I don’t know where would StringTokenizer go and whether what I have done till now is correct or not. But basically I want user to ask for 5 integers and then let say just print it.

How do I take the integers out of the strings? If someone could complete the code for me, I would really appreciate.

P.S. This is not a homework question, I am learning object oriented programming and not Java. So our professor didn’t care enough to teach us the syntax of Java completely.

  • 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-24T21:26:10+00:00Added an answer on May 24, 2026 at 9:26 pm

    You would use StringTokenizer to break up a string into multiple strings(or tokens) using a specified delimiter.

    For example:

    String sample = "1,2,3,4,5";
    StringTokenizer tokenizer = new StringTokenizer(sample,",");
    
    while(tokenizer.hasMoreTokens()) {
      int convertedToInt = Integer.parseInt(tokenizer.nextToken());
    }
    

    Note: didn’t run this, might contain syntax error, but you get the idea.

    StringTokenizer JavaDoc here: http://download.oracle.com/javase/1.4.2/docs/api/java/util/StringTokenizer.html

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

Sidebar

Related Questions

public partial class Form1 : Form { protected override void WndProc(ref Message m) {
I have the class defined as below public partial class School { public StudentDetails
My function below calls a partial view after a user enters a filter-by string
Below is partial code to an experimental http server app I'm building from scratch
Consider the following code, integral to my questions below: import functools N = 3
I am using an editortemplate, I have shown partial code below. The script tag
Partial Code: My below code pulls a query from my DB and then uses
We have the below code (partial code) that is used as part of a
Below is my current char* to hex string function. I wrote it as an
Below is the code of a simple html with a table layout. In FF

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.