What is an instance in Java ? Confused between instance and object

Posted by happysoul on Stack Overflow See other posts from Stack Overflow or by happysoul
Published on 2010-05-01T15:23:02Z Indexed on 2010/05/01 15:27 UTC
Read the original article Hit count: 200

Filed under:
|
|

Are they same ?

Came across this line when reading about Java's main method's signature

"String args[ ] declares a parameter named args, which is an array of instances of the class String. Objects of type String store character strings."

© Stack Overflow or respective owner

Related posts about java

Related posts about object