What is final?


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

Post New Answer

More Core Java Interview Questions

What is the purpose of the enableevents() method in java programming?

0 Answers  


What does it mean to be immutable?

0 Answers  


What access modifiers can be used for variables?

0 Answers  


Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.

9 Answers  


Name few java.lang classes introduced with java 8 ?

0 Answers  






What are the operands of instanceof operator?

3 Answers  


'A class is a template for an object' explain this statement.

0 Answers   Akamai Technologies,


how many access specifiers are available in java

11 Answers  


What is enhanced loop in java?

0 Answers  


How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?

5 Answers  


What is tcp ip in java?

0 Answers  


how can you retrive information from database by using hashmap/arraylist ,plz explain with example briefly?

1 Answers   Satyam,


Categories