Question for programmers!!
What are the most common errors in Java and Python programming?
_
• No Plagiarized Answers
• Quality Answers!
Answers
Answered by
3
In Java, the most common mistakes that people makes are missing semicolons and sometimes not giving proper brackets, whereas in Python this problem is solved due to the easy syntax but at the same time, improper indentation causes mistakes.
Answered by
1
Common Mistakes Of Python Development
- Error Handling.
- Incorrect Indentation.
- Misusing The_init_Method.
- Class Variables.
- Python Standard Library Module Name.
- LEGB Rule.
- Misusing Expressions.
- Specifying Wrong Parameters For Exception
Similar questions