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 the difference between == and === javascript?
In java, how we can disallow serialization of variables?
How can we achieve thread safety in java?
Can there be an abstract method without an abstract class?
Which is fastest collection in java?
What about interrupt() method of thread class ?
What are bind parameters?
List the three steps for creating an object for a class?
What is return data type?
How do you write methodology?
How do you change an int to a string?
What is defined as false sharing in the context of multithreading?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
What is a stringbuffer?
What is the difference between hashmap and hashtable in java?