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 |
How is java created?
how to create constants in java?
What is linked hashset and its features?
Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?
Hi buddy, well i got that there is always a default constructor with abstract class. OK. But why not with interface? Thanks in advance.
how is final different from finally and finalize in java?
What is bytecode verifier?
Why can't we make jsp as a controller and action servlet in struts?
Is singleton class thread safe?
What is class??
What exactly is java?
Can we have try without catch block?