摘要:
refer to https://www.javatpoint.com/array-in-java Nomally, array is a collection of similar type of elements that hava a contiguous memory location. J 阅读全文
摘要:
The static in java is used for memory management mainly. We can apply static with variables, methods, blocks and class. 1) Java static variable If you 阅读全文
摘要:
The final keyword in java is used to restrict the user. The java final keyword can be used in many context. like: 1. variable 2. method 3. class 1) Ja 阅读全文