搜索资源列表
java反射学习
- 反射
jedit322source.tar
- Java写的文本编辑器-Text editor written in Java
xsmxdx
- 代序.............四大发明之活字印刷——面向对象思想的胜利 第一章............面试受挫——代码无错就是好? 第二章............代码规范、重构 第三章............复制VS复用 第四章............业务的封装 第五章............体会简单工厂模式的美妙 第六章............工厂不好用了? 第七章............用“策略模式”是一种好策略 第八章............
CopyUtil
- 通过JAVA的反射机制实现对象属性的拷贝-JAVA reflection through the mechanisms of the copy object properties
InvokeMethodDemo
- java 中反射应用的例子 通过反射可以取回类的方法的对象代表,可以用它的invoke方法动态到哦那个指定的方法 -java application examples in the reflection through the reflection-type method can recover the object on behalf of, you can use it to invoke methods dynamically Oh that designated Ways
FrameWork
- 应用泛型以及反射编写的单表操作框架,练习使用-reflection and fremwork
reflection
- 有关Java反射的相关示例代码,详细使用的反射机制中的相关方法-Java reflection on the relevant sample code, detailed the use of the reflection of the correlation method
JavaTCPUDP
- Java中hash码问题、对象的克隆技术、比较器的使用及Class类的反射机制-Java problems in the hash code, object cloning, the use of the comparator and the Class class reflection
JAVA
- Java反射是提高软件系统灵活性的重要技术,它是Java被视为动态语言的一个关键特性。虽然CLDC规范并不支持反射,但是在基于Java技术的嵌入式领域,反射仍有其应用需求。Sun公司根据CLDC规范发布了一套嵌入式Java技术的参考实现,其虚拟机被称作KVM。通过分析KVM的相关数据结构和机制,详细描述了反射机制的设计原理,并提出了一种在KVM中扩展反射功能的实现方案,经过测试证明该方案是可行的-Research and implementation of embedded Java refle
java_reflex_mechanism
- 讲解JAVA一个非常重要的反射机制,里面还包含有简单的例子-JAVA explain a very important reflection mechanism, which also contains a simple example
java
- java反射机制,这是一个java反射机制的例子,有助于对java反射机制的理解-java reflection mechanism, which is an example of a java reflection mechanism to help the understanding of java reflection
15
- 第15章:Java反射机制。给大家做的实在的,JAVA开发视频系列代码,共22章。-this is the first part of the series of the research of the java,beleve me.
tools
- 利用java反射机制,根据简单的对象生成相应的xml文件,实现的CRUD-Using java reflection mechanism, based on simple objects generate the xml file, to achieve the CRUD
java-reflaction
- 主要讲的是java反射机制的基本理解,包括什么事反射,只是基本原理级的示例,很简单-Is primarily concerned with the basic understanding of java reflection mechanism, including what reflection is only an example of the basic principles of level, is very simple
loadclass
- 通过Java反射机制使用各种子类的自动调用,是实现反射类应用的标准框架。-Java reflection mechanism by using a variety of sub-class is automatically called, is to achieve a standard framework for reflection-type applications.
java
- 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
Java-1
- JAVA反射相关基本知识学习(包括PPT、实列)-JAVA basics of reflection-related learning (including PPT, solid line)
reflection-of-java
- PDF格式的,JAVA反射机制详细介绍,最后还有练习题-JAVA reflection
JAVA中的反射机制详解
- Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to construct an arbitrary class at