What is compareto () in java?
No Answer is Posted For this Question
Be the First to Post Answer
Why can't we make a class private in java?
What is the use of a copy constructor?
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 are parsers? Dom vs sax parser.
What is a two-pass assembler?
Why stringbuffer is faster than string?
Can you override private or static method in java?
What does system.gc() and runtime.gc() methods do?
Explain features of interfaces in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
0 Answers Akamai Technologies,
Can static methods be overridden?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,