| Author |
need answer immediatly...
|
Preethi Dev
Ranch Hand
Joined: Sep 07, 2008
Posts: 265
|
|
Hi ,i got it from devaka's final exam import java.util.*; class colclass { public static void main(String args[]) { List<? super String> ts=new ArrayList<String>(); { ts.add("Java"); ts.add("startOffice"); ts.add("Jsp"); ts.add("Applets"); Collections. ---------(----- ,-------. --------()); String[] st=ts.toArray(new String[]{"C","B","A"}); for(String s: st) { System.out.println(s+ " ,"); } } } } output:StarOffice,Jsp,Java,Applets How can we achieve this? it's a drag and drop question. i need this answer urgently. Thanks preetha [ December 28, 2008: Message edited by: Preetha Arun ]
|
 |
Devaka Cooray
Saloon Keeper
Joined: Jul 29, 2008
Posts: 2691
|
|
Preetha, you should Ease Up, use a meaningful subject line and use code tags. You can fill the slots as following:
|
Author of ExamLab (Download) - the free mock exam kit for SCJP / OCPJP
Home Page -- Twitter Profile -- JavaRanch FAQ -- How to Ask a Question
|
 |
Preethi Dev
Ranch Hand
Joined: Sep 07, 2008
Posts: 265
|
|
sorry Devaka i am in exam hurry. thanks for your answer Thanks Preetha
|
 |
 |
|
|
subject: need answer immediatly...
|
|
|