How to make a read-only class in java?


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

Post New Answer

More Core Java Interview Questions

what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this

11 Answers   IBM, L&T,


what is use of functional interface in java 8?

0 Answers  


Which of the following classes will have more memory allocated?

0 Answers  


what is Inheritense

3 Answers   Tech Mahindra,


i need to know the website that i can compile and run a java code in online.(while system doesn't contain any jdk and jre)

0 Answers  






What is the difference between length and size in java?

0 Answers  


Which is the best way to use for String concatenation in Java?

7 Answers   HCL,


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


Which sorting algorithm is in place?

0 Answers  


What is jagged array in java?

0 Answers  


What is the difference between java applets and applications?

0 Answers  


How do you override a variable in java?

0 Answers  


Categories