What is abstraction with strong example program?
(not a general program)
Answer Posted / cherry
abstraction means hiding the implementation part of a
particular process.Like we are calling createStatement()
method on Connection object to get the Statement object.It
is also abstraction because that method implementation is
done by jdbc engine developer.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the six ways to use this keyword?
How do you get the length of a string in java?
How do you add an element to a set in java?
Which collection allows duplicate values in java?
Which collection is best for sorting in java?
How do you remove spaces in java?
What is default switch case? Give example.
Explain the importance of import keyword in java?
How can we avoid including a header more than once?
Why is string class considered immutable?
Explain different ways of creating a thread?
What is the meaning of find and replace?
How to find the largest value from the given array.
What are the object and class classes used for?
Why null value is used in string?