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 |
What are parent methods and how can you call them?
What is percentage in java?
How do you use equal in java?
How do you end a program?
When throw keyword is used?
What is the relationship between clipping and repainting under awt?
What does || mean in code?
Write a function to print Fibonacci series and Tribonacci series?
when should you use stringbuilder class in a program?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
Is string is a data type in java?
what is the need of the Ajax?