Wrapper classes is not working in my eclipse, what am i missing?
I am trying to learn java, and I’m in the wrapper classes topic. I am trying to use Boolean, Character, Integer and Double wrapper classes and assign value to them treating them as primitive data types. The tutorial I am watching is not having this error but I did.