why is java not 100% oops?
Answers were Sorted based on User's Feedback
Answer / krishna kulkarni
Java included primitives types, In java we can't use
primitive types directly so we need to use wrapper classes
to convert primitive to object. So java is not purely object
oriented.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / priya
Primitive data types, such as int, char, boolean are not
Objects, which are used by Java. It is why Java is not
a "pure object oriented programming language".
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / vishal
in java,we use pmimitive types values in class so we can not say that java is fully oop.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / manishsoni
"java is pure oriented programming language".
it is said in E_balagursawmi at first chapter ...
how can this possible....
tell me friends...
at monupanhar@yahoo.com
| Is This Answer Correct ? | 0 Yes | 7 No |
Answer / dinesh
in java we dont use the multiple inhritence so it is not the
fully opps
| Is This Answer Correct ? | 1 Yes | 10 No |
Spring framework ---Can somebody explain me in easily understandable format about AOP, IOC and DI, so that i can explain in interview rather than just telling what is available in net. I am not able to understand that also. I am new to Spring
Can the main method be overloaded?
What is savepoint in java?
What do you understand by downcasting?
Java prints out a ton of digits when I system.out.println() a double. How can I format it so it displays only 3 digits after the decimal place?
there are 67 seats in train . there are only 5 seats in a row and in last row there are only 2 seats. One person can reseve only 5 seat at a time. If person reserving seat , the care is atken that he may get all in row. if seats are not available in row then the arrangement is so that person group get nearby seats. the following class is given public class seat { char name; int seat; boolean isSeatempty } 1.Draw require class digram and object diagram. 2.Write function seatallot(int noofperson) to allocate seat with seat nuber printed for the each name.
What is aop java?
What is the difference between Object Code and ByteCode? Why do people keep saying that bytecode is like the intermediate of source and object code? Also, which is better/commonly used and why? Please keep in mind that I am a beginner, please keep all terminology fairly simple. Thanks!
What is a pojo class in java?
What's the difference between authentication and authorization? : java security
What is cdi bean in java?
What is a flatmap?