Differences between traditional programming language and object oriented programming language?
No Answer is Posted For this Question
Be the First to Post Answer
What is exception hierarchy in java?
What is float in java?
What is an error in java?
What class allows you to read objects directly from a stream?
What class allows you to read objects directly from a stream in java programming?
Is it possible to make an array volatile?
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;
java is fullu object oriented or pure? why?
Can a class be defined inside an interface?
What is meant by method?
What is Recursion Function?
What is the replace tool?