Nokia Interview Question

What is the difference between object and a class in java?

Interview Answer

Anonymous

Sep 13, 2019

Class is just a template. Object is a single instance of a class.