Java face questions encountered

Source: Internet
Author: User

1. The difference between struts2 and struts1

2. What is declarative transaction and how is it implemented?

3, Ajax two kinds of request method

4, Java string str=new string ("ss") created a few objects memory allocation how?

Java Virtual machine is divided into heap area, stack area, code area, tree root area, created an object, there is a memory in the heap, save "SS", the value of this string, there is a memory in the stack, the heap is "ss", this string reference str, that is, the stack str is a reference, pointing to the heap "SS" The address of this string

5. Spring has several interceptors

6, Struts2 have several interceptors

7. Agile development replaces UML Unified Modeling Language

Design pattern is a set of repeated use, most people know, after the classification, code design experience Summary.

Use case diagram, static diagram, behavior diagram, interaction diagram, implementation diagram

8, ++i and i++

10, the thread how to synchronize, state,

11. Benefits of Layered Design

12. Serialization

Java face questions encountered

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.