You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
I have a requirement to build a filter which takes in some objects as inputs, filters it based on certain criteria and outputs in a specified format. I have to do this in core java....any ideas please??
Hi,
I relly didn't undrestand good what u want to do, but maybe i can help u.
Try to create a method that takes in input an object.
In the body of the method u can do all the controlls u want an u can format the object in the desired output format.