擅长后端开发,接口----基本语法、数据类型、操作符等:int、long、Integer、Long、if、else、for、while
---- 面向对象:class(类)、Object(对象)、instance(实例)、state(状态)、behavior(行为)、field、 method、new、可见性(访问控制)、attribute、property、package、import、static variable、class variable、instance variable、heap、method area、stack、GC(垃圾回收)、override、overload、对象转型(casting)、多态、this、super
---- 异常处理:理解编译期错误和运行期错误的区别、Exception、RuntimeException、checked exception、unchecked exception、try、catch、finally、throw new XXXException、throws XXXException、异常处理的基本原则
----数组与集合:数组的定义和使用方法、Collection、List、Set、Map、ArrayList、HashSet、HashMap、Iterator、equals、hashCode、Comparable、Comparator
----常用类:String、intern、常量池、StringBuffer、java.util.Date、SimpleDateFormat、Regex(正则表达式)
----反射机制:Class、Method、Field、invoke、newInstance、BeanUtils(apache-commons)、PropertyUtils(apache-commons)
----输入输出流:InputStream、OutputStream、Reader、Writer、Adapter设计模式与原始流类、Decorator设计模式与包装流类、对象序列化和反序列化
----多线程:Thread、Runnable、sleep、wait、notify、synchronized、lock
Servlet和JSP
----HttpServlet、 doGet、doPost、HttpServletRequest、HttpServletResponse、 request.getParameter()、request.setAttribute()、request.getAttribute()、 request.getSession()、ServletContext、Filter、web.xml、tomcat、forward与 redirect、http协议的无状态性、cookie、JSP Scope Object、、
HTML与JavaScript调试