Operators
摘要
The previous chapters have covered basic concepts of Java programming. You learned how to organize your code, how your files should be named, and which data types you can use, depending on the problem you are trying to solve. You also learned how to declare fields, variables, and methods and how they are stored in memory, to help you design your solutions so that the resource consumption will be optimal.