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
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is the disadvantage of java?
How do you sort in java?
What makes a function well defined?
State two differences between C and Java.
What are implicit objects in java?
What is the base class of all exception classes in java?
Why super is first line in java?
What do you understand by the term string pool?
What kind of variables can a class consist?
What is a ?
What is the full meaning of java?
What is the difference between yield() and sleep()?
Why Java doesn’t support multiple inheritance?
What is the difference between variable & constant?