What do bitwise operators do?


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

Post New Answer

More Core Java Interview Questions

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  


Why you should not use singleton?

0 Answers  


What is java string pool?

0 Answers  


i need to know the site which compiles and run the java program completely in online... thank you for your reply in advance

2 Answers  


why Runnable interface is preferable than extending the Thread class?

7 Answers   Aizza, College School Exams Tests, Sybrant Technologies, Wipro,






Where we write javascript code in html page?

0 Answers  


What are computer functions?

0 Answers  


What is the reflection?

0 Answers  


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


What is the difference between stream and buffer?

0 Answers  


Explain the difference between scrollbar and scrollpane?

1 Answers  


Difference between overloading and overridding?

4 Answers  


Categories