Hi All,
What is difference between constructing as class and creating a object?
could anyone pl explain me..
-Hamsa
I think you are misinterpreting something you read. I don't think "constructi ng a[s] class" means anything. In Java, when you write code you are defining classes. When your code runs, it creates objects.
Comment