Answer Posted / niranjanravi
Polymorphism,Inheritance,Encapsulation,Abstraction
| Is This Answer Correct ? | 43 Yes | 1 No |
Post New Answer View All Answers
What do you mean by Hash Map and Hash Table?
What is the purpose of the System class?
What is the common usage of serialization?
What is static and final keyword in java?
How do you clear a method in java?
Is void a return type?
Why webdriver is an interface?
Can finally block be used without a catch?
Describe what happens when an object is created in java ?
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
What is busy spin, and why should you use it?
What is difference between path and classpath?
What is final modifier?
What if constructor is protected in java?
When the constructor of a class is invoked?