Name some OOPS Concepts in Java?
Answer / Satendra Kumar
"Some Object-Oriented Programming (OOP) concepts in Java include encapsulation, inheritance, polymorphism, and abstraction."
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the performance implications of interfaces over abstract classes?
what is the difference between pagecontext and servletcontext?
Difference between the paint() and repaint() methods?
What does int [] mean in java?
Difference between String and StringBuffer.
What is data type in computer?
What is ternary operator in java?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
how we can make a read-only class in java?
Can we have a method name same as class name in java?
Write a program to calculate factorial in java?
Difference between String and String Buffer?