Answer Posted / sayyad khalid
Object is an instance of a class.
from where we can access the member of class & modified it.
object is an real time entity which we can described by the help of class.
we can create no.of objects of same class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is not thread safe?
What is an abstract method in java programming?
What is synchronization and why is it important in java programming?
Why packages are used?
Can we have a method name same as class name in java?
How do I convert a string to an int in java?
How an object is serialized in java?
What is null mean in java?
What is immutable in java?
Why super is first line in java?
What is time complexity algorithm?
How does remove work in java?
How do we access static members in java?
Write a program to search a number in the given list of numbers.
Does substring create a new object?