What is java in detail?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of relation?
what are the different access specifiers that can be used by interfaces and abstract classes? can anyone give me detailed description on this
11 Answers IBM, L&T,
what is d difference between deep cloning and shallow cloning in core java?
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;
What is the purpose of assert keyword used in jdk1.4.x?
What do you understand by abstract classes?
What is module in oop?
What is a marker interface?
Is java a software?
Can inner class be public in java?
What about main() method in java ?
Are registers volatile?