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


Please Help Members By Posting Answers For Below Questions

Is main a keyword in java?

540


Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.

597


Enlist few advantages of inheritance?

584


What are exception handling keywords in java?

609


give an example for encapsulation?

582






What is maximum size of arraylist in java?

497


What is byte [] in java?

538


Why collection doesn’t extend cloneable and serializable interfaces?

645


What is the difference between an array and an array list?

506


What is the purpose of the wait(), notify(), and notifyall() methods in java programming?

581


Can we overload destructor in java?

543


What are keywords in java?

579


Explain the overview of UDP messaging.

736


Explain public static void main(string args[]).

569


Does treeset use compareto?

543