Hi Friends, can you explain instance in java. In general
instance means "occurence of something" . In java what is
instance.
Answer Posted / sharan
Object is called instance in java
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is use of a abstract variable?
What is the base class of all exception classes in java?
What is the point of java?
Which data type is a class in java?
Explain the scope or life time of class variables or static variables?
Explain about arraylist?
How can we find the sum of two linked lists using stack in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is consumer in java?
What is an class?
How to declare objects of a class ?
What are passing parameters?
How will you invoke any external process in java?
When can we say that threads are not lightweight process in java?
what are the high-level thread states? : Java thread