I kept on searching for answers about this and I am unfortunate.
I'm just a little confused as my professor is teaching me something that contradicts what I learned from online.
Integer, Double, Float, Character etc. are wrapper 'Classes' from what I know. Yet, my college professor keep referring to it as Object. May I also include that he calls Math an object too.
Here's some example on how he says it:
"To get the absolute value of an int, we need to call the abs() method from Math object"
or
"In Integer.parseInt(), Integer is an object while parseInt() is the method."
So, can Wrapper classes be referred to as objects?
Sorry if this is supposed to be something easy to understand. I'm just confused 'cause iirc those he referred to as objects are called Classes.