Why strings in java are called as immutable?
No Answer is Posted For this Question
Be the First to Post Answer
Define immutable object?
can java object be locked down for exclusive use by a given thread? : Java thread
Is integer immutable in java?
What is a buffer in computer?
How do you control extraneous variables?
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); } }
Does garbage collection occur in permanent generation space in jvm?
What is hash code collision?
What is thread safe in java?
What are the advantages of java over cpp?
What is the difference between the paint() and repaint() methods?
Where is core java used?