- 浏览: 521925 次
- 性别:
- 来自: 北京
-
最新评论
-
dxking100:
远光没有笔式题的说..
最新远光软件笔试题面试题内容(1) -
heming_way:
谢谢,正在复习软件工程考试呢,呵呵
《软件工程》选择题 -
梅玲达:
可以更详细点吗?
Hibernate中Criteria 和DetachedCriteria的作用是什么? -
buptjian:
学习下,试试看,谢谢啊~
Prototype如何实现页面局部定时刷新? -
bubblegum89:
这个。。。和我笔试时候做的 感觉完全不一样
最新远光软件笔试题面试题内容(3)
文章列表
General
Design persistent classes
Write code for getters, setters and constructor
Identify correct implementation of equals() and hashcode()
Describe the Primary Key mapping mechanism and needed syntax
Explain mapping done using <id> element and @id annotation and corresponding relati ...
- 2010-08-05 17:14
- 浏览 636
- 评论(0)
Binding
Resolving view
Identify the purpose of the VelocityViewResolver.
Know how to set prefix/sufix of the resolved templates.
Demonstrate how to inject Velocity Tools into a context.
Identify how to forward Velocity context data into a HTTP request or session object ...
- 2010-08-05 17:14
- 浏览 815
- 评论(0)
Request lifecycle
Parameter binding
Understand how Spring binds web parameters to your business objects and provide validation and error handling at the same time.
Know which default binders are being used, how to plug in extra, and how to built your own.
Understand ...
- 2010-08-05 17:14
- 浏览 848
- 评论(0)
General
Transaction Managers
Recognize various kinds of the transaction managers.
Demonstrate how to wire them with their dependencies in the configuration file.
Know that JtaTransactionManager allows to use distributed transactions.
Programmatic transactio ...
- 2010-08-05 17:14
- 浏览 786
- 评论(0)
Motivation
DAO : Understand what Data Access Objects are and why one should use them.
Reduction of the boilerplate code : Demonstrate typical rich JDBC try/catch usage in opposite to the lean JdbcTemplate.
Template method pattern : Describe what 'template' in JdbcTemplate stands for. Identi ...
- 2010-08-05 17:14
- 浏览 957
- 评论(0)
BeanFactory & ApplicationContext
BeanFactory, ApplicationContext, SingletonBeanFactoryLocator, Container Awareness, FactoryBean.
Configuration Files
Main Structure, Beans Naming, Abstract and Child Bean Definitions, Multiple Bean Definitions Files, Properties, Other ...
- 2010-08-05 17:14
- 浏览 651
- 评论(0)
Dependency Injection
People that start working with Spring benefit from a basic understanding of dependency injection since Spring is an application container that is based for the larger part on this paradigm. Building an application using Spring requires you to adopt a certain way of appl ...
- 2010-08-05 17:14
- 浏览 612
- 评论(0)
Concepts
Understand the architecture and principles that drive GWT.
Describe the mechanism of the GWT compiler process
Explain what benefits can be expected from using Java as a programming language (as opposed to Javascript programming)
Describe how cross-browser compatibility is handled
...
- 2010-08-05 17:14
- 浏览 745
- 评论(0)
Selectors
Recognize the power of jQuery selectors and specifically how XPath and CSS selectors work.
Learn how jQuery supports CSS level 1/2/3 selectors, including custom and form selectors.
Understand how element sets are built and how to use them.
Core
Learn how to ex ...
- 2010-08-05 17:14
- 浏览 662
- 评论(0)
Concept
Understand that JavaScript is interpreted
Describe the (non)relationship/differences between JavaScript and Java
Code
Use the different ways of embedding JavaScript in web pages - the script tag in head, body, inline JavaScript
Understand how to break a code li ...
- 2010-08-05 17:14
- 浏览 797
- 评论(0)
GoF Design Patterns
GoF Design Patterns category
- 2010-08-05 17:14
- 浏览 635
- 评论(0)
Polymorphism
Strong understanding of polymorphism:
understand downcasting and upcasting, and when to use them advisedly
deep understanding of overriding (with class members, using any access specifier...)
identify constructor invocation sequence in a complex class hierarchy
know what late ( ...
- 2010-08-05 17:14
- 浏览 701
- 评论(0)
Object and Class
Prove a basic knowledge of object manipulation.
Differentiate class and object instance of a class, a class may have multiple instances.
Understand the reference mechanism, ascertain the difference between an object and its reference. Identify impact on:
comparing objects ( ...
- 2010-08-05 17:14
- 浏览 777
- 评论(0)
JPDA and JVMTI
Explain what JVMTI and JPDA are.
Discuss the usage of JVMTI.
Perform a debugging session that describes how JVMTI and JPDA work together.
Not covered: In depth knowledge about JVMTI and JPDA.
Java Compiler
Describe and use the new options of javac.
Explai ...
- 2010-08-05 17:14
- 浏览 633
- 评论(0)
Advanced features of the new Language Features
Explain how the method overload resolution works with Autoboxing and Varargs.
Identify classes from the Base Library that are generified.
Define the enhancements of java.lang.Class and java.lang.reflect.
Describe the support for serialization o ...
- 2010-08-05 17:14
- 浏览 698
- 评论(0)