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 |
What is UniCastRemoteObject and what is its use in RMI?
Is the infobus client side only?
If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?
Describe activation process?
What exceptions are thrown by RMI?
what about static?
Why does the tag url-encode javascript and mailto links?
What are synchronized methods and synchronized statements?
How task's priority is used in scheduling?
When a thread blocks on i/o?
How can a dead thread be restarted?
What is Remote Server?