Here is a very good explanation on Fail-Fast Vs Fail Safe: Click Here
Tuesday, 3 March 2015
Java Fail-Fast Vs Fail Safe
Subscribe to:
Post Comments (Atom)
AWS Data Pipeline Services
https://www.youtube.com/watch?v=tykcCf-Zz1M
-
Follow this order for design interview prep: Connect to Arslan Ahmad on linked in, lot of good quick cheet sheets you get from Arslan on s...
-
https://www.youtube.com/watch?v=Ydts27Qa8H0
-
Here is the simple code for finding the maximum of a BST: /* Tree Maximum */ Tree* maxTree(struct Tree *node) { while(node->right) nod...
No comments:
Post a Comment