What is the difference between numeric and integer?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the synonym of string?

0 Answers  


How do you detect memory leaks?

0 Answers  


class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example

3 Answers   Wipro,


What are some characteristics of interference class?

0 Answers  


What are the traverses in Binary Tree?

2 Answers   Adobe, Infosys,






Can we catch more than one exception in a single catch block?

0 Answers  


Are true and false keywords?

0 Answers  


What do you understand by soft reference?

0 Answers  


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;

2 Answers  


What is the default value of the local variables?

0 Answers  


What is the benefit of using enum to declare a constant?

0 Answers   Aspire, Infogain,


What is the difference between a Window and a Frame?

6 Answers   Infosys, ProKarma,


Categories