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
Tim Cooke
paul wheaton
Ron McLeod
Jeanne Boyarsky
Sheriffs:
Paul Clapham
Saloon Keepers:
Tim Holloway
Roland Mueller
Bartenders:
Forum:
Java in General
find duplicates
rrmanthena raju
Greenhorn
Posts: 7
posted 20 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 20 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 20 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!
No, tomorrow we rule the world! With this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
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
Paul Wheaton's new kickstarter: Cleaning Our Rivers and Oceans - the story of the Willow Feeder
More...