What is difference between final and immutable?


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

Post New Answer

More Core Java Interview Questions

Does garbage collection guarantee that a program will not run out of memory?

1 Answers  


What is meant by polymorphism?

0 Answers  


write a program to create an arraylist and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


What is yield () in java?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,






can any body body expalin best definitions & best real time exaples for opps concepts.

0 Answers   Accel,


What are wrapped classes?

7 Answers   Samsung,


Explain the difference between collection api and stream api in java8?

0 Answers  


How do I enable java in safari?

0 Answers  


Name the components that are termed to be Heavy-weight component but available in Light-weight components?

0 Answers  


What is the use of flag?

0 Answers  


What invokes a thread's run() method in java programming?

0 Answers  


Categories