False. The second stage of digestion happens in the stomach.
Answer:
save as a word document (.docx) to keep editing offline then copy and paste into the google doc
Answer:
toString is right Answer
Explanation:
If you want to represent any object as a string, toString() method comes into existence.
The toString() method returns the string representation of the object.
If you print any object, java compiler internally invokes the toString() method on the object. So overriding the toString() method, returns the desired output, it can be the state of an object etc. depends on your implementation.
You should change the name of the function