Is java is a fully object object oriented language?
Answers were Sorted based on User's Feedback
Answer / pankaj
JAVA is fully object oriented language, because we make
main() method inside the class . it satisfies all features
of OOPS
| Is This Answer Correct ? | 25 Yes | 71 No |
Can keyword be used as identifier?
What is an escape character in java?
Can we create object of static class?
List the interfaces which extends collection interface?
Can we execute a program without main() method?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Give a practical example of singleton class usage?
Is integer immutable in java?
what is the Yield() method used in threads?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is JVM and is it platform independent?
What is the main functionality of Prepared Statement?