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
Write code of any action class?
What is the use of volatile in java?
Can we override data members in java?
What is the exception hierarchy in java?
How do I convert a string to an int in java?
What is the difference between keyword and identifier?
What is the final keyword?
What is your platform’s default character encoding?
Why singleton is not thread safe?
Why do we need wrapper class?
Is it possible to specify multiple jndi names when deploying an ejb?
What is a generic data type?
How to remove the trailing spaces from a string?
Write the algorithm to check the number non-leaf nodes in a tree.
What is the difference between overriding and overloading in OOPS.