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)
Inputting multiple 2D array elements at the same time
I am trying to create a program that will create an mxm grid using a 2D array. I want each of the elements within the array to be a "*". The problem is that I don't want to have to write a l...

user18543051
Votes: 0
Answers: 1
Converting InputStream to byteArray[] and assigning it to a variable makes the byteArray[] empty
I have a standalone Spring BOOT Project which receives uploaded file as an byteArray[] and I perform validations on this byteArray[] by converting it back to InputStream and parsing through Apache Tik...
Pankaj Kumar
Votes: 0
Answers: 0
JFrame with JProgressBar not showing components while reading file
I am writing code to read an Impulse Tracker module file into this object. It opens a JProgressBar while the file loads and displays which part of the file is being loaded.
The JFrame that displays th...

Edward Eddy67716
Votes: 0
Answers: 0
Java : know how much bytes were read by ImageIO.read() (and maybe other similar methods)
i am making a java program that reads data from a binary stream (using a DataInputStream).
Sometimes during this process i need to read a data chunk, however the method (which i cannot modify) that re...

TwilCynder
Votes: 0
Answers: 2