Explain the difference between map and flatmap stream operation?


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

Post New Answer

More Core Java Interview Questions

what us Dyna action form?

4 Answers   Aithent Technologies,


Explain the difference between treeset and treemap in java?

0 Answers  


What is Transient and volatile

10 Answers   iFlex,


can you create interface instance ?

54 Answers   Fidelity, TCS,


what do you mean by java annotations?

0 Answers  


What is classname class in java?

0 Answers  


What will happen if we declare don’t declare the main as static?

5 Answers  


Difference between serialization and deserialization in java?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


what is net based application and its types

1 Answers  


Hey buddy.. can you please tell me about the use of marker interface? And is there any link between marker interface and factory methods? Thanks in advance.

2 Answers  


Can we inherit a class with private constructor?

0 Answers  


Categories