What is boolean query?
No Answer is Posted For this Question
Be the First to Post Answer
What access modifiers can be used for variables?
What is meant by binding in rmi?
What is a null class?
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 super constructor?
Can static methods access instance variables in java?
What is balanced tree in java?
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
'A class is a template for an object' explain this statement.
0 Answers Akamai Technologies,
What is the use of accept () method in java?
How to call static method?
What is the function of http?