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


Please Help Members By Posting Answers For Below Questions

Can a static class implement an interface?

804


What is return used for in java?

732


What is jrmp?

735


What are the ways in which a thread can enter the waiting state?

713


What is singleton class and how can we make a class singleton?

870


What is a databasemetadata?

725


In Java list the methods that can be overridden?

780


Explain thread in java?

871


What are keywords in java?

765


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

808


What is the purpose of the file class in java programming?

741


How do you find the maximum number from an array without comparing and sorting?

869


Can a class be defined inside an interface?

762


Can we make a constructor final?

769


When should I use singleton pattern?

806