Why do we use predicate in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is generic class?

0 Answers   Tech Mahindra,


What are green threads in java?

0 Answers  


What is the difference between comparison done by equals method and == operator?

0 Answers  


Explain how to convert any java object into byte array.

0 Answers  


Explain purpose of sleep() method in java?

0 Answers  






suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


Which is best ide for java?

0 Answers  


A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet

3 Answers  


What are adapter classes?

0 Answers  


Explain the difference between Unicast and Multicast objects?

1 Answers  


Is array synchronized in java?

0 Answers  


What is the difference between array and arraylist? what is the difference between arraylist and linkedlist?

8 Answers   EDS, Matrix,


Categories