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
How is a structure different from array ?
How many bytes is a url?
What is difference between public static and void?
Define how does a try statement determine which catch clause should be used to handle an exception?
Does constructor creates the object ?
Which are the two subclasses under exception class?
Can sleep() method causes another thread to sleep?
What are the types of sockets in java?
What interface is extended by awt event listeners?
what do you understand by synchronization? : Java thread
What is data type example?
Does java list allow null?
What is difference between module and function?
What is return used for in java?
What are the advantages and disadvantages of object cloning?