This is what you said;
> Well, JAVA is purely based on OOPs terminology and
> concepts, but JAVA is not purely OOPs that means not
> 100% OOPs. 100% OOPs is only .NET TECHNOLOGY.....
This looks like you state that the only OOP language is anything written
in .NET, not if it was OO.
As for Java being OO or not; If Java only had primtive representations
of ints, chars, doubles, floats and so on then you would be right. It
wouldn't be a pure OOP language. But Java doesn't only have primtive
represntations of those items, it also contains Objects of those items.
Java is OO and it also has primitives.