What loop means?


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

Post New Answer

More Core Java Interview Questions

What will happen if static modifier is removed from the signature of the main method?

0 Answers  


How to sort numbers in java without array?

0 Answers  


What is the escape character in java?

0 Answers  


What is bufferedwriter?

0 Answers  


What is the diff. b/w Interfaces & Abstract class?

6 Answers   Ericsson,






What is final access modifier in java?

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  


Name component subclasses that support painting in java programming?

0 Answers  


What loop means?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


Is Java is 100% pure OOPS? Explain?

27 Answers   ANZ,


WHAT IS THE SCOPE FOR COREJAVA...? IS JAVA ONLY CORE JAVA ?

2 Answers  


Categories