How OOPS concept is achieved in Java?
Answer Posted / rahul
Thru java encapsulation, inheritence, polymorphism.
Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is type conversion in java?
When to use runnable interface vs thread class in java?
What is the purpose of tostring() method in java?
Give me an example of array and linked list? Where they can be used?
Explain the difference between runnable and callable interface in java?
What is downcasting?
How many bits is a float?
What is void keyword?
How to make a non daemon thread as daemon?
What is a boolean used for?
Is break statement can be used as labels in java?
Is simpledateformat safe to use in the multithreaded program?
What is hash code collision?
What does business logic mean?
Why does java have two ways to create child threads? Which way is better?