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



Hi Friends, can you explain instance in java. In general instance means "occurence of somethi..

Answer / ravikiran

in java object creation for a class is known as instance

Is This Answer Correct ?    5 Yes 0 No

Hi Friends, can you explain instance in java. In general instance means "occurence of somethi..

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

Hi Friends, can you explain instance in java. In general instance means "occurence of somethi..

Answer / shafi

Instance Is Nothingbut Memory Occupation

Is This Answer Correct ?    0 Yes 0 No

Hi Friends, can you explain instance in java. In general instance means "occurence of somethi..

Answer / sharan

Object is called instance in java

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.

0 Answers  


Why do you canvas?

0 Answers  


what is associative array

1 Answers   Tech Mentro,


Can a double value be cast to a byte?

3 Answers  


What is the difference between static and non-static variables?

6 Answers  






what is mutual exclusion? : Java thread

0 Answers  


what is the diffrences between platform independent and portable

5 Answers   TCS,


What is variable and example?

0 Answers  


What is the size of an array?

0 Answers  


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

0 Answers   Genpact,


Are arrays passed by reference in java?

0 Answers  


Write a program to check string is palindrome without using loop?

0 Answers   Cyient,


Categories