Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Array error Ljava.lang.string;@3e25a5

807580Jul 31 2008 — edited May 3 2010
Hi,

I have the following code, but it doesn't print anything, except the error "Ljava.lang.string;@3e25a5." The code compiles without any errors.


class Array {
public static void main (String[] arg) {

String[] CharArray = {"I am stuck."};

System.out.println (CharArray);

}
}

Thanks, in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 31 2010
Added on Jul 31 2008
10 comments
5,779 views