<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/andy861025" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/andy861025" type="application/rss+xml"></fs:self_link><lastBuildDate>Mon, 11 Jan 2010 00:53:00 GMT</lastBuildDate><title>_cold的专栏</title><description>CSDN博客聚合服务</description><link>http://blog.csdn.net/blogrss.aspx?username=andy861025</link><item><title>[面试资料整理]-- 多态</title><link>http://blog.csdn.net/andy861025/archive/2010/01/11/5172558.aspx</link><description>public class Sub extends Super {
public static void main(String[] args) {Sub sub = new Sub();
sub.say();
}
Sub() {
System.out.println(&quot;sub_constructor()&quot;);}
void say() {
System.out.println(&quot;sub_say()&quot;);
}
}

class Super {Super() {
say();
System.out.println(&quot;super_constructor()&quot;);
}void say() {System.out.println(&quot;super_say()&quot;);
}}执行的结果是?&lt;img src=&quot;http://www1.feedsky.com/t1/320473423/andy861025/csdn.net/s.gif?r=http://blog.csdn.net/andy861025/archive/2010/01/11/5172558.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/andy861025/320473423/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/andy861025/320473423/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Mon, 11 Jan 2010 08:53:00 +0800</pubDate><author>杨云</author><guid isPermaLink="false">http://blog.csdn.net/andy861025/archive/2010/01/11/5172558.aspx</guid><dc:creator>杨云</dc:creator><fs:srclink>http://blog.csdn.net/andy861025/archive/2010/01/11/5172558.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/andy861025/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/andy861025/~7483783/320473423/5592735</fs:itemid></item><item><title>[转载]JSP九大内置对象及四个作用域</title><link>http://blog.csdn.net/andy861025/archive/2009/12/12/4989869.aspx</link><description>九大对象：内置对象（又叫隐含对象，有9个内置对象）:不需要预先声明就可以在脚本代码和表达式中随意使用1-out:  javax.servlet.jsp.JspWriter类型，代表输出流的对象。作用域为page（页面执行期）request：javax.servlet.ServletRequest的子类型，此对象封装了由WEB浏览器或其它客户端生成地HTTP请求的细节（参数，属性，头标和数据）。作用域为request(用户请求期）。
方法由可查看APIresponse：javax.servlet.ServletResponse的子类型，此对象封装了返回到HTTP客户端的输出，向页面作者提供设置响应头标和状态码的方式。经常用来设置HTTP标题，添加cookie，设置响应内容的类型和状态，发送HTTP重定向和编码URL。作用域为page（页面执行期）。
pageContext：javax.servlet.jsp.PageContext&lt;img src=&quot;http://www1.feedsky.com/t1/320473424/andy861025/csdn.net/s.gif?r=http://blog.csdn.net/andy861025/archive/2009/12/12/4989869.aspx&quot; border=&quot;0&quot; height=&quot;0&quot; width=&quot;0&quot; style=&quot;position:absolute&quot; /&gt;&lt;p class=&quot;fswww1&quot;&gt;&lt;a href=&quot;http://www1.feedsky.com/r/l/csdn.net/andy861025/320473424/art01.html&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; ismap=&quot;ismap&quot; src=&quot;http://www1.feedsky.com/r/i/csdn.net/andy861025/320473424/art01.gif&quot; onerror=&quot;this.style.display='none'&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sat, 12 Dec 2009 09:28:00 +0800</pubDate><author>杨云</author><guid isPermaLink="false">http://blog.csdn.net/andy861025/archive/2009/12/12/4989869.aspx</guid><dc:creator>杨云</dc:creator><fs:srclink>http://blog.csdn.net/andy861025/archive/2009/12/12/4989869.aspx</fs:srclink><fs:srcfeed>http://blog.csdn.net/andy861025/feed.aspx</fs:srcfeed><fs:itemid>csdn.net/andy861025/~7483783/320473424/5592735</fs:itemid></item></channel></rss>
