why there is no object code in java
Answers
Answered by
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