Answer Posted / 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 |
Post New Answer View All Answers
Why is whitespace important?
Which package is always imported by default?
Is age a discrete variable?
How can you set an applet’s height and width as a percentage?
Can we have a method name same as class name in java?
How to perform binary search in java?
What is the difference between a factory and abstract factory pattern?
What do you mean by append?
What is default switch case? Give example.
What is a class object?
What's the difference between int and integer in java?
Can we create constructor in abstract class ?
Can a class have an interface?
What does flag mean in java?
Can we use synchronized block for primitives?