Explain what are final variable in java?


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

Post New Answer

More Core Java Interview Questions

What is use of static method?

0 Answers  


What is ordered map in java?

0 Answers  


Which package is always imported by default?

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  


Explain about sets?

0 Answers  






What is string builder in java?

0 Answers  


What is string :: npos?

0 Answers  


Explain java coding standards for classes or java coding conventions for classes?

0 Answers  


What will happen inside init() in servlet. my interviewer asked servlet lifecycle. i said "once servlet is loaded in to memory init() will be called which performs servlet initialization " . Again interview asked what values will be initialized . what is difference between init() and init(ServletConfig config).

2 Answers   Infinite Computer Solutions, TCS,


what are the disadvantages of indexes in oracle?

0 Answers   3i Infotech, Wells Fargo,


How to set the permissions to a file in java?

0 Answers  


What is matcher in java?

0 Answers  


Categories