Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Where we use assertion in java programming?

Answers were Sorted based on User's Feedback



Where we use assertion in java programming?..

Answer / saipratapreddy maddireddy

->assertions are using for debugging/ testing the flow of
program at the time of development and testing phases not
yet deployment phase.
we can use the assertions any where in java program is
valid but we have to use it in appropriate way.
->the syntax of Assertion is:
assertion(boolean): value;
*we can take any value after colon(:) that may be int,
char,string and method call
when ever assertion parameter is "true" then it will
proceed the remaining execution of program otherwise it
throw an exception saying"java.lang.AssertionError:xxxx"
assertion for testing purpose if assumption value is
false then it raises an exception but to handling this
exception by using "try-catch-finally" is not recommended.

Is This Answer Correct ?    3 Yes 0 No

Where we use assertion in java programming?..

Answer / mariyap

Only we used in try block

Is This Answer Correct ?    2 Yes 11 No

Post New Answer

More JSP Interview Questions

What is scripting elements in jsp?

0 Answers  


Can we override serivice()method in jsp?

3 Answers  


Which categories can be divided jstl tags, give examples.

0 Answers  


How do you delete a cookie within a jsp?

0 Answers  


How to works asjx in jsp?

1 Answers  


Can you stop multiple submits to a web page that are initiated by clicking to refresh button?

0 Answers  


Give the use of exception object.

0 Answers  


How do I perform browser redirection from a jsp page?

0 Answers  


How can we disable java code or scripting in jsp page?

0 Answers  


What is page scope?

0 Answers  


Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?

0 Answers  


Which package does jsp api consist of?

0 Answers  


Categories