⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 15.4.html

📁 翁剀JAVA语言那门课程的教案 很多人都看多他的视频教程可惜没有ppt的教案
💻 HTML
字号:
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="Author" CONTENT="Weng Kai">
   <TITLE>reflect: run-time infomation</TITLE>
</HEAD>
<BODY>

<H1>15.4 Reflection: run-time class information
</H1>
<HR WIDTH="100%">
Where to use Reflection?
<ul>
<li>Component-based programming in which you build projects using Rapid Application Development (RAD) in an application builder tool.</li>
<li>To provide the ability to create and execute objects on remote platforms across a network. This is called Remote Method Invocation (RMI) and it allows a Java program (version 1.1 and higher) to have objects distributed across many machines.</li>
</ul>
Case Study: <a href=case/ShowMethods.java>ShowMethods.java</a>
<HR WIDTH="100%">
<DIV ALIGN=right><A HREF="../Lesson16/16.html">Next Page</A></DIV>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -