搜索资源列表
java反射机制.pdf
- Java 的反射机制是使其具有动态特性的非常关键的一种机制,也是在JavaBean 中广泛应用的一种特性。 运用JavaBean 的最常见的问题是:根据指定的类名,类字段名和所对应的数据,得到该类的实例 运用JavaBean 的最常见的问题是:根据指定的类名,类字段名和所对应的数据,得到该类的实例
java-fanshejizhi
- Java的反射机制相当强大,看了这篇文件之后,相信你会有所理解。-Java reflection mechanism quite powerful, read this document, you will be understood.
TestReflection
- 一个介绍JAVA语言反射机制 的小 例子-introduced a Java language reflection mechanism small examples
ShowClass
- 学习java反射机制的java例子,演示了如何使用Java反射机制
Reflection_in_Java
- Reflection in Java. 介绍Java中的反射机制,候捷谈Java反射机制 -Reflection in Java. Introduced in Java reflection mechanism to designate the Czech Republic to talk about Java Reflection Mechanism
java+JDK+examples
- 本代码以J2SE 5.0为开发环境,选取Java应用的典型实例,循序渐进地介绍了Java语言的各种开发方法和技巧。共有19个章节,169个实例,内容涉及Java的语言基础、面向对象程序设计、数字处理、数组与集合、字符串、异常处理、文件操作、多线程、Swing编程、图形和多媒体编程、反射机制、网络程序设计、数据库编程、Applet、Java与XML、Java Mail、JSP与Servlet,并专门用一章介绍J2SE 5.0的新特性。-T
java_reflect
- java 反射机制详解示例,实现类属性及方法修改-java reflection mechanism to explain examples of types of attributes and methods to achieve modified
CopyUtil
- 通过JAVA的反射机制实现对象属性的拷贝-JAVA reflection through the mechanisms of the copy object properties
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_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 fr a mework 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
reflection-of-java
- PDF格式的,JAVA反射机制详细介绍,最后还有练习题-JAVA reflection
java网络编程精解
- java网络编程精解,本书结合大量典型实例,详细介绍了用java来编写网络应用程序的技术。本书的范例都基于最新的jdk 1.5版本。书中内容包括java网络编程的基础知识、套接字编程、非阻塞通信、创建http服务器和客户程序、数据报通信、对象的序列化与反序列化、java反射机制、RMI框架、JDBC API、JavaMail API、MVC设计模式、安全网络通信、CORBA和web服务。另外还涵盖了Sun公司的SCJD认证的考试要点。
JAVA中的反射机制详解
- Java反射机制主要提供了以下功能: 在运行时判断任意一个对象所属的类;在运行时构造任意一个类的对象;在运行时判断任意一个类所具有的成员变量和方法;在运行时调用任意一个对象的方法;生成动态代理。(Java reflection mechanism provides the following functions: to determine an arbitrary object class at runtime; object to c