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
What is difference between Iterator and for loop
What is oop principle in java?
My interview asked what is dynamic variable in java and where we use them.
What is Exception handling in Java How do you handle run time errors please explain with an example
What is substring 1 in java?
How the elements are organized in GridLayout?
What is the default access specifier for variables and methods of a class?
Is upper case in java?
What is vector capacity in java?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
How do you make an arraylist empty in java?
Can we override singleton class?