Define immutable object?


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

Post New Answer

More Core Java Interview Questions

what is the use of finalize()Method please explain with an example

3 Answers  


What does flagged out mean?

0 Answers  


How can you take string into InputStream?

3 Answers  


Which method must be implemented by all threads?

0 Answers  


why java uses class level type casting ?

0 Answers  






If an object is garbage collected, can it become reachable again?

0 Answers  


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Why collection doesn’t extend cloneable and serializable interfaces?

0 Answers  


Is the milky way in a void?

0 Answers  


What is JFC?

0 Answers  


What is the difference between an object-oriented programming language and object-based programming language?

0 Answers  


Categories