﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-随风伴云-文章分类-面试</title><link>http://www.blogjava.net/illu/category/33605.html</link><description>磨练在生活的谷底</description><language>zh-cn</language><lastBuildDate>Fri, 08 Aug 2008 04:08:50 GMT</lastBuildDate><pubDate>Fri, 08 Aug 2008 04:08:50 GMT</pubDate><ttl>60</ttl><item><title>网友AZ出的面试题</title><link>http://www.blogjava.net/illu/articles/220838.html</link><dc:creator>应越</dc:creator><author>应越</author><pubDate>Fri, 08 Aug 2008 02:10:00 GMT</pubDate><guid>http://www.blogjava.net/illu/articles/220838.html</guid><wfw:comment>http://www.blogjava.net/illu/comments/220838.html</wfw:comment><comments>http://www.blogjava.net/illu/articles/220838.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/illu/comments/commentRss/220838.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/illu/services/trackbacks/220838.html</trackback:ping><description><![CDATA[<p>1、&nbsp;在一个HTML文件中，&lt;input type=&#8221;button&#8221;&gt;和&lt;input type=&#8221;submit&#8221;&gt;有什么相同和不同之处？<br />
2、&nbsp;对于一个HTML画面的alert提示信息，写在画面开始部分，与写在画面的结束部分，有什么区别？<br />
3、&nbsp;写出Java的几种数据类型及其长度范围。<br />
4、&nbsp;HashMap和Hashtable的共同点和不同点在于什么？<br />
5、&nbsp;在Java程序处理中，对于XML格式的字符串，碰到&amp;，&#8216;，&#8220;等字符，该如何处理？<br />
6、&nbsp;对于程序中的日志记录，你们以前的项目是如何处理的，用到哪些包，或者你自己有什么好的建议，原则？对于System.out.print这种方式，你有什么看法？<br />
7、&nbsp;在一个JSP文件中，对于文件包含&lt;%include&#8230;&#8230;%&gt;的方式与&lt;jsp:include&#8230;&#8230;&gt;的方式，服务器处理起来有什么相同之处和不同之处？<br />
8、&nbsp;你对JSP使用自定义标签了解么？说说它的好处或者不足之处？<br />
9、&nbsp;在B/S架构的代码中，如何从Servlet后台传递一个二维的对象数组到前台JSP画面，在前台JSP如何才能取得到？<br />
10、列举常用的代码版本控制工具有哪些，或者你曾经用过哪些？<br />
11、是否用过Hibernate等数据库封装产品，你认为这些产品与普通的数据库JDBC操作有何区别，好处以及不足之处在哪里？<br />
12、&nbsp;TCP/IP协议与HTTP协议区别在什么地方，在两套WEB应用系统之间进行点对点的通讯，你建议采用哪一种方式，为什么？<br />
13、&nbsp;列举一下目前业界流行的Web应用服务器，以及你曾经用过，或者熟悉了解的服务器产品。<br />
14、&nbsp;用Java写几行简单的数据库操作语句，增删查改的都行，表名字段名随意。<br />
15、&nbsp;三张表 <br />
student&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />
学号&nbsp;&nbsp; 名&nbsp;&nbsp; 专业号 <br />
project <br />
项目号 名&nbsp;&nbsp; 每小时钱 <br />
student&amp;PrJ <br />
学号&nbsp;&nbsp; 项目号&nbsp; 项目工时&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp; <br />
项目费= 每小时钱*&nbsp;&nbsp; 项目工时 </p>
<p>让求每个系每个项目的费用</p>
<img src ="http://www.blogjava.net/illu/aggbug/220838.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/illu/" target="_blank">应越</a> 2008-08-08 10:10 <a href="http://www.blogjava.net/illu/articles/220838.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>宇易通西安研发部面试题</title><link>http://www.blogjava.net/illu/articles/220680.html</link><dc:creator>应越</dc:creator><author>应越</author><pubDate>Thu, 07 Aug 2008 07:03:00 GMT</pubDate><guid>http://www.blogjava.net/illu/articles/220680.html</guid><wfw:comment>http://www.blogjava.net/illu/comments/220680.html</wfw:comment><comments>http://www.blogjava.net/illu/articles/220680.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/illu/comments/commentRss/220680.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/illu/services/trackbacks/220680.html</trackback:ping><description><![CDATA[&nbsp;&nbsp;&nbsp;&nbsp; 摘要: javascript题1.使用javascript创建一个矩形类类中的属性：名称 name颜色 color宽度 width高度 height提供完整的构造方法提供一个计算面积的方法 getArea()答案：function&nbsp;Rectangle(name,color,width,height){&nbsp;&nbsp;&nbsp;&nbsp;&n...&nbsp;&nbsp;<a href='http://www.blogjava.net/illu/articles/220680.html'>阅读全文</a><img src ="http://www.blogjava.net/illu/aggbug/220680.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/illu/" target="_blank">应越</a> 2008-08-07 15:03 <a href="http://www.blogjava.net/illu/articles/220680.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>