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 is getclass () getname () in java?
What is the purpose of void class?
how can we synchronize Hash map?
How to create a custom exception?
What is += mean in java?
What is a Java package and how is it used?
what is platform native code
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
When try and catch block is used ?
What is boolean query?
What are "class access modifiers" in Java?
whatis Home interface and Remoteinterface? with example?