Answer Posted / glibwaresoftsolutions
The following lists the key ideas of Java's OOPs:
Genetic Polymorphism
Encapsulation of Abstraction
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a method vs function?
Why is string builder not thread safe?
Write a function for palindrome and factorial and explain?
How do you define a method?
What is * argv?
What does replaceall do in java?
Can a final variable be initialized in constructor?
In java, how many ways you can take input from the console?
What do you mean by inner class in java?
What type of language is java?
What is the default value of local and global variables?
What are drawbacks of singleton class?
What is length in java?
How does linkedlist work in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?