What is immutable in java?


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

Post New Answer

More Core Java Interview Questions

When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

0 Answers  


How is tree Mirroring implemented?

0 Answers   Fidelity,


Explain the concept of proper inheritance?

0 Answers   Thomson Reuters, Virtusa,


How do I get a substring?

0 Answers  


Is main a function?

0 Answers  






What is final int?

0 Answers  


Can we pass null as argument in java?

0 Answers  


How to declare an arraylist in java?

0 Answers  


What is the best way to findout the time/memory consuming process?

0 Answers  


What is object cloning in Java?

0 Answers   SwanSoft Technologies,


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What is token in java?

0 Answers  


Categories