I try to display the content of csv file into different textboxes but it keeps on saying
java.lang.NumberFormatException: For input string: "Rate" (in sun.misc.FloatingDecimal)
Do anyone have any idea how to solve this?
I try to display the content of csv file into different textboxes but it keeps on saying
java.lang.NumberFormatException: For input string: "Rate" (in sun.misc.FloatingDecimal)
Do anyone have any idea how to solve this?
I am not sure what the contents are for Rate. Try using double instead of Float to store and display rate.