The Artima Developer Community
Sponsored Link

Java Answers Forum
String array

1 reply on 1 page. Most recent reply: Mar 26, 2002 10:42 AM by Kishori Sharan

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Mary

Posts: 7
Nickname: dj
Registered: Mar, 2002

String array Posted: Mar 26, 2002 10:23 AM
Reply to this message Reply
Advertisement
how do you set the text of a String array????


Kishori Sharan

Posts: 211
Nickname: kishori
Registered: Feb, 2002

Re: String array Posted: Mar 26, 2002 10:42 AM
Reply to this message Reply
String[] strArray = new String[2] ;
strArray[0] = "str0" ;
strArray[1] = "str1" ;

Flat View: This topic has 1 reply on 1 page
Topic: What is meant by an alias? Previous Topic   Next Topic Topic: removing panels...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use