Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Everett James   on Jun 19 In Java Category.

  
Question Answered By: Chione Massri   on Jun 19

public String[] myStringArray(){
String[] s = {"this", "is", "string", "array"};
return s;
}

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on function that returns a String Array Or get search suggestion and latest updates.


Tagged: