explain local datetime api in java8?


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

Post New Answer

More Core Java Interview Questions

Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?

0 Answers   Amazon,


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  


Where are local variables stored?

0 Answers  


Difference between this() and super() ?

0 Answers  


What is linked hashset and its features?

0 Answers  






What is loop in java?

0 Answers  


what is Thread priority?

4 Answers   Tech Mahindra, Wipro,


Define a java class.

1 Answers  


does java support pointers?

0 Answers  


Can a static method be final?

0 Answers  


Can a string be null?

0 Answers  


What is return used for in java?

0 Answers  


Categories