python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
My entered input is not showing in the resulted output
My program is running properly.But if I enter a integer value from keyboard..then the output is not showing the entered values.This code is from my core java book and i have written it exactly like it...
Tanushree Baingne
Votes: 0
Answers: 2
How to store fields in a text file into a list or map and then compare with fields in other text file in Java?
Text file1
2348384#Test 123####3983#Data 22 ....
etc this file1 has many fields that are separted by "#" character and there are many rows in the file.
Text file 2
23,809,Test 88, Dat 33
...
nick235
Votes: 0
Answers: 1
BufferedReader, Socket: How to get BufferedReader to print a multi-line string?
If I make any formatting errors with this question I apologize, this is my first question to stack overflow.
I saw a couple posts similar to what I am looking for but I cannot figure out how to apply ...
GMay
Votes: 0
Answers: 1
Exception in thread "main" java.io.IOException: Stream closed : BufferedReader class
void order_particular() throws IOException{
int order_choice, x;
//Scanner sc = new Scanner(System.in);
BufferedReader reader = new BufferedReader(new InputStreamReader(System....
Pardha Saradhi
Votes: 0
Answers: 1