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
Explain the selection sort algorithm and state its time complexity?
What is the difference between size and length in java?
What is string length in java?
What is void data type?
Can a serialized object be transferred via network?
Who is founder of java?
What is a instance variable in java?
In java, how we can disallow serialization of variables?
hr interview how many minutes asking question
How do you make a thread in java?
do I need to use synchronized on setvalue(int)? : Java thread
What is matcher in java?
What is the char data type?
What is the difference between class forname and new?
What is method reference in java?