+ 4
What are some of the most common errors we as a programmer make while coding?
4 odpowiedzi
+ 21
Syntax errors :
missing semicolon, mismatched braces, invalid variable names, mismatched data types etc.
Logical errors :
unlimited. It's like counting stars 🌟 😂
+ 1
Null Pointer exception is called nightmare of programmer's. It's very hard to detect. You could end up wasting lots of time to solve NPE.
+ 1
semicolons 💩
+ 1
Null Point Exception??