Senthil Kumaran Gurusamy
Senthil Kumaran Gurusamy answered question
An object is a set of data combined with methods for manipulating that data. An object is made from a class; a class is the blueprint for the object. For creating object one need to follow the below steps create an object: Name for object :- Syntax: <ClassName> <ClassVariableName>; instantiation of object: Space in memory … Read more
Senthil Kumaran Gurusamy
Senthil Kumaran Gurusamy answered

Hey Guys


I agree for the same but I am having doubt.


Connection is an interface, Which is used for database connection in java.


For this Connection interface we use to create an object to establish connection.


Could you please clarify my doubt.


Thanks in advance