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
Explain access modifiers in java.
What is java util function?
Explain restrictions for using anonymous inner classes?
What is a flag and how does it work?
What is the purpose of nested class in java?
Can we rethrow the same exception from catch handler?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What are synchronized methods and synchronized statements in java programming?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
Can we catch more than one exception in single catch block?
What technique can be employed to compare two strings?
What is the use of beaninfo?
Is array a class in java?
What are the 4 types of characters?
What is re-factoring in software?