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

Can I learn java without any programming experience?

0 Answers  


To what value is a variable of the Boolean type automatically initialized?

3 Answers  


What is palindrome in java?

0 Answers  


Is java is a fully object object oriented language?

31 Answers   TCS,


Which is better arraylist or vector?

0 Answers  


Can java object be locked down for exclusive use by a given thread?

0 Answers  


What is early binding and late binding in java?

0 Answers  


What do you mean by flow of struts?

0 Answers   Amdocs,


Is java platform independent?

0 Answers  


What is a method in coding?

0 Answers  


33. try { 34. // some code here 35. } catch (NullPointerException e1) { 36. System.out.print(”a”); 37. } catch (RuntimeException e2) { 38. System.out.print(”b”); 39. } finally { 40. System.out.print(”c”); 41. } What is the result if a NullPointerException occurs on line 34? 1 c 2 a 3 ab 4 ac

5 Answers  


What is the purpose of declaring a variable as final?

0 Answers  


Categories