What is nested loop? What is dangling else condition in it?


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

Post New Answer

More Core Java Interview Questions

What is Applet Flickering ?

1 Answers   Infosys, Persistent,


Is 0 true or false?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


Hi friends, i am new to java. can you explain how java is secured.

2 Answers  


What is comparator in java?

0 Answers  


Which is bigger float or double java?

0 Answers  


how and when compiler knows that the Java code throws the checked Exception.

2 Answers   HSBC,


How will you get the platform dependent values like line separator, path separator, etc., ?

0 Answers  


waht happens when a return type ,even void is specified for a constructor?

11 Answers  


Why is it important to initialize a variable?

0 Answers  


What do you know about the garbage collector?

0 Answers  


What is the final keyword denotes?

0 Answers  


Categories