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
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
Does java support Operator Overloading?
In which order the iterator iterates over collection?
Explain java heap space and garbage collection?
What is class array in java?
Is minecraft java edition free?
What is the range of a character variable?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is JVM and is it platform independent?
Can we catch more than one exception in single catch block?
What is the difference between length and length () in java?
What about main() method in java ?
Can we use catch statement for checked exceptions?
Explain about interrupt() method of thread class ?
Can a class be declared as protected?