Name few java 8 annotations ?


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

Post New Answer

More Core Java Interview Questions

Can you override static methods?

0 Answers  


What does t in java mean?

0 Answers  


what are abstract functions?

0 Answers  


Why declare Main() inside the class in java ?

0 Answers   HCL,


what do you mean by marker interface in java?

0 Answers  






Can you call a method on a null object?

0 Answers  


Does list allow duplicates in java?

0 Answers  


What is the formula to calculate percentage?

0 Answers  


How do you check if two strings are equal in java?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


What is the byte order of byte buffer?

0 Answers  


What is meant by javabeans?

0 Answers  


Categories