What are the new features in java 8?


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

Post New Answer

More Core Java Interview Questions

What is the use of TL?

0 Answers  


What is the difference between Synchronizing mehtod & Synchronizing block?

2 Answers  


My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?

3 Answers   IBM, TCS,


what is aggregation in java?

0 Answers   IBS,


What is the purpose of having the concept of overloading?

7 Answers   Ness Technologies,






int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


What methods are used in Servlet?Applet communication?

0 Answers   Satyam,


What is string substring?

0 Answers  


What are the drawbacks for singleton class?

0 Answers  


What is a function in programming?

0 Answers  


What are the differences between string and stringbuffer?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


Categories