Name few "optional" classes introduced with java 8 ?


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

Post New Answer

More Core Java Interview Questions

Tell me are there implementations for sorting and searching in the java libarary?

0 Answers  


What are different types of constants?

0 Answers  


Does constructor return any value?

0 Answers  


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

0 Answers  


How do you achieve polymorphism in java?

0 Answers  






What is argument in java?

0 Answers  


Can we have more than one package statement in source file ?

0 Answers  


what is the difference between sleep() and Wait()?

10 Answers   Accenture, Amdocs,


What is meant by memory leak?

0 Answers  


I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.

2 Answers   Oracle,


Is it safe for adding 10,00,000 records/objects to HashMap?, i.e is it safe to add millions of objects to HashMap?

2 Answers  


Why we cannot override static method?

0 Answers  


Categories