java written fill in the blank common

1, Hibernate five core class interface ___configuration__, the sessionFactory _, the session _, Transaction __, Query .
2, the three states are hibernate temporary state _____
_____, persistent state __, free state
3, the generated key to write hibernate strategy least five uuid , Native , INCREMENT , Sequence , Foreign _.
4, Hibernate Two types of transactions are ___JDBC____, JTA _
5, the method Hibernate in session lazy loading call is ____load________ loading method call immediately is ___get____
. 6, the front end controller is springMVC _____DispatcherServlet____________
. 7, springMVC activate annotations based configuration ______ <mvc: annotation-driven / > ____________
8, springMVC core profile view suffix layer disposed named ______. Jsp________
. 9, springMVC model and the object data included in the view information is _____ModerAndView__________
10, the controller notes springMVC @ Controller___________ _____
. 11, in the springMVC a request to a specific method of mapping annotations @ RequestMapping__________ _____
12 is, Oracle database packet keyword ____group by_____, sorting keyword by________ _____order
13 is, tab key __rownum_______Mysql keyword database Oracle database paging ____limit____
14, [sql statement tab 10 per query page from Table 5] * limit 40,10 mysql____select ______, oracle_______select * from Table WHERE rownum> = 41 is and rownum <= 50 __________
15, Hibernate types of placeholder __? and : variable name ___, to assign a set of placeholders setParamterList ___ () ________
16, the Hibernate that the session id is not stored, there is a method id is updated ______saveOrUpdate__________
. 17, Hibernate can query object by calling the executeUpdate ___ () ____ method into Modify, and delete rows of data update
18, when the paging hibernate query data, is provided by a starting method ___setFirstResult_____ article number, the number of page provided by the method ____setMaxResults___
. 19, hibernate returns a query record provided ____uniqueResult______ method returns a collection of methods are _ ___list____
20 is, in the Spring of the automatic injection ioc are two ways ____byName____ and _____byType___
21 is, set in a single embodiment Spring by ___scope___ property attribute value ___singleton___, set the attribute value to __prototype____ prototype set (multiple cases)
22 is, in the Hibernate set off a cascade ____cascade___Hibernate to false _______ = lazy loading __lazy
23 is, during the Spring bean injection, reference data type ___ref___ assignment, assignment __value____ basic data type
24, Spring aop configuration in read-only transactions through the Read-only = to true ______ _______
25, is a Java-based Spring IOC ___ ____ factory pattern is a Java-based AOP proxy ___ ___ mode
26, we integrated spring general transaction control ___service____ layer
27, in order to prevent file upload documents covering the same name occurs, the only guarantee upload files Sex, ___UUID____ or solved by ___ ____ stamp
28, List interfaces to achieve the following three classes ___ArrayList_____, the LinkedList __,The Vector
29, the Map interface to achieve the following two classes ___HashMap________ and ___HashTable_____
30, in the Spring of the four transaction properties of: Atomicity , Consistency __, isolation , persistence
31, SpringMvc date of annotation process: @DateTimeFormat
32, the seven modules Spring: Spring-Core , Spring-Web
__, Spring-webmvc __, Spring-ORM , Spring-DAO , Spring-AOP _, Spring-context __
33 is, the two containers Spring: applicationContext_____ and ____BeanFactory _
34 is, in the Web mvc trilayer m, v, c represent what ____model___, View , Controller
35, four Jsp scope ___page
__,Request __, the session , file application
36, Ajax technical language is provided ____JavaScript___
37, Js pop-up box is to alert Alert ____ ()
, is to pop up a confirmation box Confirm _____ () ______
38 is, as the name obtained Jquery empinfo class and a method of collection of all tags data_grid is
$ (. "data_grid [name = 'empinfo']")
__
39, acquiring data from the server using ____get___ manner using ____post___ way to send data to the server, post__ _ relatively safe way to transfer data
40, List and Set interfaces are ____
___, are inherited from _____Collection______, which List query interface is faster ___ArrayList____ class, adding and deleting is faster _ ___LinkedList______
41 is, String, the StringBuilder, the StringBuffer descending order according to the execution efficiency of the StringBuilder ___> the StringBuffer> String ____________
42 is, in the Java dynamic proxy agent into ____ ______ _____ static agents and _____, spring in ____AOP_____ using dynamic proxy ____ ___ agent
43, HashMap with respect HashTable___ ___ not thread safe, which is allowed to empty _____HashMap_____ keys
44, spring AOP include transaction management, the IOC container further comprising ______ spring-orm (etc.) ________ assembly
with Spring IOC container depends on ______ DI (DI) _ technology, it is an object to create a container ___IOC

45, int i = 10; i ++ == 10 ++ i: --i Last = I? 12 is
46 is, springMVC two ways to implement the Interceptor and implementation class to inherit _______HandlerInterceptorAdapter________ _______HandlerInterceptor_________ interfaces
47, the next step when using Debug shortcut keys _____F6____, jump to the next breakpoint shortcut key ____F8____
48, a JavaBean object acquired by the primary key hibernate method is GET ___ () __
49, hibernate profile settings dialect keyword ____dialect_____
50 , Js in "undefined" keyword _____undefined_______

Guess you like

Origin blog.csdn.net/weixin_45031351/article/details/91788519