Java中的属性是什么? [英] What is an attribute in Java?

查看:168
本文介绍了Java中的属性是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我读到了获取数组的长度,我使用 length 属性,比如 arrayName.length 。什么是属性?它是一个类吗?

I read that to get length of an array, I use the length attribute, like arrayName.length. What is an attribute? Is it a class?

推荐答案

属性是字段的另一个术语。它通常是可以直接访问的公共常量或公共变量。在这种特殊情况下,Java中的数组实际上是一个对象,您正在访问表示数组长度的公共常量值。

An attribute is another term for a field. It's typically a public constant or a public variable that can be accessed directly. In this particular case, the array in Java is actually an object and you are accessing the public constant value that represents the length of the array.

这篇关于Java中的属性是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆