Answer Posted / amika
java is a pure object oriented language because in java all
programs are made by using objects.in java ,without creating
objects we can,t access any method..so java is a pure object
oriented.
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
State the difference between creating string as new () and literal.
What is the structure of java?
What is the difference between an array and an array list?
What is a variable and constant?
How to write custom exception in java?
Define iterator and methods in iterator?
Can we increase array size dynamically in java?
What is the default value of an object reference declared as an instance variable?
Which arithmetic operations can result in the throwing of an arithmeticexception?
Give few difference between constructor and method?
What happens when you add a double value to a string?
Realized?
What are the restrictions that are applied to the java static methods?
Can you call a method on a null object?
How does split work in java?