Hi Friends, can you explain instance in java. In general
instance means "occurence of something" . In java what is
instance.
Answers were Sorted based on User's Feedback
Answer / ravikiran
in java object creation for a class is known as instance
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / naveen kumar
Instance is a run time entity used to access members of a
class, that's why we call Object is an Instance of a class.
| Is This Answer Correct ? | 1 Yes | 0 No |
How does multithreading take place on a computer with a single cpu?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
What is meant by method overriding?
Highest level event class of the event-delegation model?
What is “try and catch” in java
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
Can memory leak in java?
What does || || mean in math?
What does system out println () do?
What are nested classes in java?
what is multithreading?