python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
BufferedReader in Java is skipping the last empty line in file
I have a file in following format:
Name: John
Text: Hello
--empty line-- Buffered Reader is reading this.
Name: Adam
Text: Hi
--empty line-- Buffered Reader is skipping this line.
I tried multipl...
DALJIT SINGH
Votes: 0
Answers: 1
This Java code is running perfectly in IDE but not on codechef. Can anyone tell me why this exception is coming?
It's working fine in IDE but got null pointer exception on Codechef.
on the second line "parseFloat" it's getting null pointer exception
can anyone solve this issue?
BufferedRead...
Sarthak Kumar Mishra
Votes: 0
Answers: 1
InputStream from a URL failed for specific URL
trying to get the conetnt of site when calling URL.
url=https://seekingalpha.com/symbol/AAPL/dividends/scorecard
in browser - it is working !
from java code i get:
Your current browser configuratio...
Div4u
Votes: 0
Answers: 0
Index 1 out of bounds for length 1
im trying to read a csv with dummy data into java arraylists. I don't know what happened, but I get the described error message above the next day I started the program again.
Here's my Code. I hope y...
AbdoCherry
Votes: 0
Answers: 1