Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Java in General
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Java in General
find duplicates
rrmanthena raju
Greenhorn
Posts: 7
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i have two arrays which contains strings
i want to create new array which contains elments that are in array[1] not in second array[2]
plese tell me better solution
(its similar to a-b)
Paul Sturrock
Bartender
Posts: 10336
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You could create two Collections, then call removeAll(Collection c) on one, passing the other.
JavaRanch FAQ
HowToAskQuestionsOnJavaRanch
Jessica Sant
Sheriff
Posts: 4313
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
"plese tell me better solution" - a better solution than what? What have you tried?
I'm moving this to the intermediate forum where its a better fit. Please post your replies there.
Thanks!
keep an eye out for scorpions and black widows. But the tiny ads are safe.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Session - setAttribute() with Array?
String[ ] to File[ ]
find dulplicates
Number of Columns
servlet applet commnication
More...