Welcome![Sign In][Sign Up]
Location:
Search - java reflection

Search list

[Other resourcejava-fanshejizhi

Description: Java的反射机制相当强大,看了这篇文件之后,相信你会有所理解。-Java reflection mechanism quite powerful, read this document, you will be understood.
Platform: | Size: 20024 | Author: sky | Hits:

[Software Engineeringjava-fanshejizhi

Description: Java的反射机制相当强大,看了这篇文件之后,相信你会有所理解。-Java reflection mechanism quite powerful, read this document, you will be understood.
Platform: | Size: 19456 | Author: sky | Hits:

[Software EngineeringReflection_in_Java

Description: Reflection in Java. 介绍Java中的反射机制,候捷谈Java反射机制 -Reflection in Java. Introduced in Java reflection mechanism to designate the Czech Republic to talk about Java Reflection Mechanism
Platform: | Size: 107520 | Author: ehunter | Hits:

[Windows Developreflection

Description: c++ ,反射程序.Java为什么能够支持Reflection?答案是Java运行时仍然拥有类型信息,它包含了这个类一切:它有哪些字段、哪些方法,各是何种保护级别等等,还有这个类依赖于哪些类。在Java中,类信息以对象的形式存放,这些对象是一种元对象,它们的类型就是Class。拥有了这些信息,无论是动态创建对象还是调用某些方法都是轻而易举的。在C++中,通过RTTI(运行时类型识别),我们也可以知道类的一些信息,但为什么C++中却没有Reflection,原因是类型信息不完整。RTTI这个名字本身就告诉我们,C++的类型信息是用来进行类型识别的,因此,它也不需要其它额外的信息。并不是C++无法做到这一点,而是C++不希望给用户增加额外的负担。有所得,必然有所失,因此,C++放弃了元对象。关于这一点,C++之父Bjarne Stroustrup在他的《C++语言的设计与演化》的14.2.8节中进行了深入的讨论。-err
Platform: | Size: 2670592 | Author: | Hits:

[JSPJava---reflect

Description: java反射作为java中很重要的机制,它对java的动态编程有很大的作用。现推荐北大青鸟的java reflect授课讲义,供大家学习,内含试验源码-java in java reflection as very important mechanisms, its java dynamic programming has a significant role. Beida Jade Bird is now recommended by the java reflect the medium of instruction handouts for everyone to learn, including the pilot source
Platform: | Size: 16384 | Author: 肖颖 | Hits:

[JSP/Javareflection

Description: 有关Java反射的相关示例代码,详细使用的反射机制中的相关方法-Java reflection on the relevant sample code, detailed the use of the reflection of the correlation method
Platform: | Size: 17408 | Author: feifire | Hits:

[JSP/Javajava

Description: java反射机制,这是一个java反射机制的例子,有助于对java反射机制的理解-java reflection mechanism, which is an example of a java reflection mechanism to help the understanding of java reflection
Platform: | Size: 161792 | Author: daijiangbo | Hits:

[JSP/JavaJAVA-REFLECTION

Description: JAVA的反射机制与动态代理 JAVA REFLECTION AND DYNAMIC PROXY
Platform: | Size: 218112 | Author: gexp | Hits:

[JSP/Javajava

Description: Java_Filter过滤机制详解.doc,Java的垃圾回收机制详解和调优.doc,java反射机制.pdf-Java_Filter Detailed filtering mechanism. Doc, Java' s garbage collection mechanism Detailed and tuning. Doc, java reflection. Pdf
Platform: | Size: 221184 | Author: Sky | Hits:

[JSP/Javajava-reflection-in-action

Description: Manning - java reflection in action-Manning- java reflection in action(2005)
Platform: | Size: 1301504 | Author: colin | Hits:

[Software EngineeringJava-Reflection-Cookbook

Description: Java反射经典实例,Java提供了一套机制来动态执行方法和构造方法,以及数组操作等,这套机制就叫--反射。反射机制是如今很多流行框架的实现基础,其中包括Spring、Hibernate等。-Java Reflection Cookbook, Java provides a set of mechanisms to dynamic executive method and construction method, and array operation, etc, this mechanism is called-reflection. Reflection mechanism is now many popular the realization of the framework based, including Spring, Hibernate, etc.
Platform: | Size: 17408 | Author: 小蔡 | Hits:

[Otherjava-reflection-and-proxy-basic

Description: 北大青鸟,java反射与代理基本介绍(PPT格式)-Beida Jade Bird java reflection and proxy basic introduction (PPT format)
Platform: | Size: 915456 | Author: jack | Hits:

[JSP/Javajava-reflection-Xiangjie

Description: java 反射详解,详细解释了反射机制的运用-Java reflection explanation, explain in detail the use of reflection mechanism
Platform: | Size: 264192 | Author: Siri奔 | Hits:

[JSP/Javajava-reflection

Description: java 反射学习,这是我整理的关于Java反射机制的几个例子,基本涵盖了反射的所有内容-java reflective learning, this is my Java reflection finishing a few examples, covering all reflected
Platform: | Size: 8192 | Author: lsz | Hits:

[JSPJava-reflection-mechanism

Description: Java反射机制的资料,反射机制的思想在很多地方都用的上。-Java reflection mechanism
Platform: | Size: 438272 | Author: 张亮 | Hits:

[File FormatJAVA-reflection

Description: java 反射机制简洁和简单实例介绍,适合初学者学习了解,很好的实例-Concise and simple example Java reflection mechanism
Platform: | Size: 59392 | Author: chengan | Hits:

[Software Engineeringjava-reflection-mechanism

Description: 详细解释了java的反射机制,希望帮助到有需要的人- java reflection mechanism
Platform: | Size: 3198976 | Author: 赵东旭 | Hits:

[JSP/Javajava-reflection-and-Annotation

Description: java反射与Annotation,代码详细有注释,可以直接在MyEclipse运行。欢迎下载使用-java reflection and Annotation, the code has detailed notes, directly in MyEclipse. Welcome to download
Platform: | Size: 2048 | Author: liu | Hits:

[JSP/JavaJAVA中的反射机制详解

Description: Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at runtime; judging member variables and methods with an arbitrary class at runtime; method is invoked at runtime an arbitrary object; dynamic proxy.)
Platform: | Size: 1024 | Author: 一只游鱼 | Hits:

[JSP/JavaReflection

Description: java反射,主要介绍了java语言中使用反射机制获取class类中构造器,域,方法(Java reflection, mainly introduces the use of reflection mechanism in the Java language to obtain the constructor, domain, and method of the class class.)
Platform: | Size: 20480 | Author: knabe | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net