Where are register variables stored?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of modifiers are there?
Which collections are thread safe in java?
java can provide security ,how can provide?
8 Answers Aspire, BNP Paribas, Genpact, IBM,
What is a local class in java?
Is string serializable in java?
What is command line argument in java?
How to remove the trailing spaces from a string?
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;
Can a lock be acquired on a class in java programming?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
What is casting ?
Explain about version control?