View Single Post
Old 04-04-06, 12:46 AM   #2 (permalink)
sowmya571
Moderator
 
Join Date: Feb 2006
Posts: 1,413
Thanks: 0
Thanked 14 Times in 11 Posts
Thanks: 0
Thanked 14 Times in 11 Posts
Rep Power: 19 sowmya571 has disabled reputation
hello




Q 6



Which of the following is correct:
  1. String temp [] = new String {"j" "a" "z"};
  2. String temp [] = { "j " " b" "c"};
  3. String temp = {"a", "b", "c"};
  4. String temp [] = {"a", "b", "c"};



Select the most appropriate answer.
thiss is the way of representing the string array !


__________________
http://livetolead.blogspot.com/
all the best
Arise Awake N Stop Not Until Ur Goal Is Reached!
sowmya571 is offline   Reply With Quote