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

Why do I need to declare the type of a variable in java?

0 Answers  


what is deadlock in threads? with example

2 Answers   CTS, XOXO,


what is static import in java? Explain

0 Answers  


Why is java logo a cup of coffee?

0 Answers  


Explain JMS in detail.

0 Answers   Amdocs,


10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


What do you mean by ordered and sorted in collections in java?

0 Answers  


In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?

2 Answers  


Which package is used for pattern matching with regular expressions?

0 Answers  


can I implement my own start() method? : Java thread

0 Answers  


What are internal and external variables?

0 Answers  


Explain the public class modifier?

0 Answers  


Categories