Ang Imhr.ca ay ang pinakamahusay na lugar upang makakuha ng mabilis at tumpak na mga sagot sa lahat ng iyong mga tanong. Tuklasin ang komprehensibong mga solusyon sa iyong mga tanong mula sa mga bihasang propesyonal sa iba't ibang larangan sa aming platform. Tuklasin ang malalim na mga sagot sa iyong mga tanong mula sa isang malawak na network ng mga propesyonal sa aming madaling gamitin na Q&A platform.

Why do we need to know naming and labeling and making a Java program?

Sagot :

Answer:

Because it helps other people. Just as a carpenter needs tools for making a table, a programmer needs tools for programming. We call these tools "APIs." APIs are just as important in programming as the table-making tools in carpentry. APIS are also the means by which programmers communicate with each other.

Answer2:

Because we want to do something with it. We are interested in some aspect of the program; we want to read it, we want to modify it, we want to run it, we want to test it, we want to debug it, and so on. Some of these things are not just for a particular programmer, but for more people: students or colleagues. That means we need to make it comprehensible to them.