What is meant by null and void?
No Answer is Posted For this Question
Be the First to Post Answer
what is difference between abstract factory and factory design patterns?
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 difference between array and arraylist? what is the difference between arraylist and linkedlist?
Can an abstract class be a final class?
Why arraylist is not synchronized in java example?
explain different ways of using thread? : Java thread
List some java keywords sun like c, c + + keywords?
can rmi and corba based applications interact ?
What are passing parameters?
Why java is used everywhere?
Explain what is encapsulation?
Can we use String with switch case?