Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はjniでそれを知りたい
jclass cls = (*env)->GetObjectClass(env, obj);
クラスの新しいオブジェクトまたは現在のオブジェクトを返しますか?
これは JVM によって異なります。たとえば、Android では、クラスはシングルトンであるため、クラスが読み込まれている場合、GetObjectClass() は現在のインスタンスを返します。