Why java is not 100% object-oriented?
Java is not 100% Object-oriented because it makes use of eight primitive data types such as boolean, byte, char, int, float, double, long, short which are not objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
If a variable is declared as private, where may the variable be accessed?
Why is it called buffering?
What is the difference between parameters and arguments ?
Is array primitive data type in java?
How do you convert string to int in java?
Why to give the file name same as the public class name in java?
What is an anonymous class?
What does g mean in regex?
Mention some features of java?
Can you run the product development on all operating systems ?
What is the impact of declaring a method as final?
What is difference between call by value and call by reference?