Tagged Questions
2
votes
4answers
75 views
Error Handling Trade-Off in Java
There are two ways of error handling:
1) Use nested If and check errors
2) Use try/catch
Here is tutorial about this. But it is said here that try/catch hurts the performance. So, it seems there is ...
0
votes
5answers
552 views
Database alternatives?
I was wondering the trade-offs for using databases and what the other options were? Also, what problems are not well suited for databases?
I'm concerned with Relational Databases.