What is a java lambda expression?


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

Post New Answer

More Core Java Interview Questions

What is an Applet ?

2 Answers  


Explain cookies?

2 Answers   Canon,


Can you call a constructor within a constructor?

7 Answers  


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


can abstract class have constructor how can you achive this ?

4 Answers   Fidelity,






Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?

0 Answers   HCL,


Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain

1 Answers  


What is final int?

0 Answers  


What is the purpose of finalization?

4 Answers  


How do you reverse sort a list in java?

0 Answers  


can we add two numbers without using arthematic operators? if possible how?

5 Answers   CTS,


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


Categories