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 is hashing principle in java?
What is module in project?
Explain java coding standards for methods?
How to compare strings in java?
Explain the difference between runnable and callable interface in java?
What type of variable is error flag?
What are recursive functions?
What are the special characters?
What is string args [] in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Can we have return statement in finally clause? What will happen?
What is memory leak and how does java handle it?
What's the purpose of using break in each case of switch statement?
Which java collection does not allow null?