Programming Tutorials

Comment on Tutorial - Student marks calculation program in Java By Paawan Chaudhary



Comment Added by : ss chary

Comment Added at : 2013-07-15 08:06:18

Comment on Tutorial : Student marks calculation program in Java By Paawan Chaudhary
while compiling above program, iam getting this ERROR as given below:
""""""""""""
Student.java:12: error: constructor BufferedReader in class BufferedReader canno
t be applied to given types;
BufferedReader br = new BufferedReader(new InputStreamReader(Sys
tem.in));
^
required: no arguments
found: InputStreamReader
reason: actual and formal argument lists differ in length

""""""""""""""


View Tutorial