Psychology, asked by esha723, 1 year ago

why there is no object code in java​

Answers

Answered by himanshu0074
1

Answer:

Because Java is not supports Primitive datatype such as int, byte, long... etc, to be used, which are not objects. Contrast with a pure OOP language like Smalltalk, where there are no primitive types, and boolean, int and methods are all objects.

Similar questions