Java YXYC Interview

Source: Internet
Author: User

0. Self Introduction

1. What are the deployment methods for Java applications?

2. SQL injection? How to avoid it?

3. What are the methods of SQL optimization?

4. What does the application server know? Tomcat,resin

5, Oracle database optimization?

5, JVM memory management? Http://www.cnblogs.com/dingyingsi/p/3760447.html

6, garbage collection?

   Java's garbage collection mechanism is the ability provided by the Java Virtual machine, Used in   idle time   to   indefinite   way   Dynamic Reclamation      。 Note:   garbage collection reclaims the memory space occupied by objects without any references   instead of the object itself, many companies will ask this question during an interview, 
70% The answer to those above is that the object is recycled, which is actually incorrect. System.GC () runtime.getruntime (). GC () The method call above is used to explicitly notify the JVM that a garbage collection can take place, but the actual garbage collection mechanism is not
predictable at what point in time it happens, and this is the same as when a preemptive thread is acting.

7. What's your advantage?

Java YXYC Interview

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.