What is an enumeration?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of sockets in java?
What is the difference between ArrayList and Vector? which one is better in Java
0 Answers SkillGun Technologies,
Hi buddy, well i got that there is always a default constructor with abstract class. OK. But why not with interface? Thanks in advance.
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;
How we can declare a static variable?
How do you get length in java?
What is stack explain?
how to use this key word in java programming?
What is static binding and where it occurs?
What are structs in java?
Can we call virtual funciton in a constructor ?
what is function overloading in java?
0 Answers Tavant Technologies, TCS, Virtusa,