What are assertions in java?
Answer / mrunalini
assertion is a statement in the Java programming language that enables you to test your assumptions about your program.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you sort a list in java?
How to handle a web browser resize operation?
What is the purpose of default constructor?
Why Over riding is Run Time Polymorphism?
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
a thread is runnable, how does that work? : Java thread
How do you use find and replace?
What's the base class in java from which all classes are derived?
What is main difference between variable and constant?
What is object-oriented programming?
How do you use nextline in java?
What is the main purpose of java?