Why is it necessary to use indentation and space in java statement?

Java

1 answer

Answer

1000006

2026-04-29 09:55

+ Follow

Java
Java

The Java compiler doesn't need this, and in fact doesn't care. It is important to improve the readibility of the program for human programmers. Even with correct indentation, interpreting a computer program can be confusing. Without proper indentation and spacing, it will be much, much worse.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.