Answer Posted / bindhu
An assertion is a statement enables us to test our
assumptions about the program.
Each assertion contains a boolean expression that
our believe will be true when the assertion executes. If it
is not true, the system will throw an error.
| Is This Answer Correct ? | 36 Yes | 8 No |
Post New Answer View All Answers
What is a jagged array in java?
What is difference between Heap and Stack Memory?
what is meant by Byte code concept in Java?
How do you convert an int to a double in java?
What is JFC?
What is static data type in java?
What is class forname?
What is a control variable example?
What is temp in java?
Convert a BST into a DLL and DLL to BST in place.
How is hashset defined in java?
Explain the difference between string, stringbuffer and stringbuilder in java?
What is the use of accept () method in java?
What is scope & storage allocation of static, local and register variables? Explain with an example.
What is http client in java?