What is the difference between a break statement and a continue statement?


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

Post New Answer

More Core Java Interview Questions

What is the difference between the prefix and postfix forms of the ++ operator?

0 Answers  


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

0 Answers  


Explain public static void main(string args[]) in java.

0 Answers  


Can we create an object of private class?

0 Answers  


What are bind parameters?

0 Answers  


Can a class be declared as protected?

0 Answers  


What is the top class of AWT event hierarchy?

5 Answers  


Sample code to retrieve objects from HashMap in sorted ascending order?

2 Answers  


Can we override the overloaded method?

0 Answers  


Can an interface implement another interface?

0 Answers  


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


What are the restrictions imposed on method overriding?

0 Answers  


Categories