how to search the pertical objects in a Collections
Answers were Sorted based on User's Feedback
Answer / manas
corrected of #1 ans:
ArrayList a1=new ArrayList();
a1.add("shiva");
Object e[]=a1.toArray();
for(int i=0;i<a1.size();i++)
{
if(e[i].equals("inputstring");
}
}
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siva thimmannagari
ArrayList a1=new ArrayList();
a1.add("shiva");
Object e[]=a1.toArray();
for(int i=0;i<a1.size();i++0
{
if(e[0].equals("inputstring");
}
}
| Is This Answer Correct ? | 1 Yes | 1 No |
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
What is a compilation unit?
Why use POJO when I can use hashmap
What restrictions are placed on the values of each case of a switch statement?
What is a modular application?
which book is better for jdbc ,servlets and jsp
list the types of dialodg
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
How to get an image from db2 database plz help as soon as possible
What is ioc concept?
whats is mean by tiles in struts
Are enterprise beans allowed to use thread.sleep()?