Alibabacloud.com offers a wide variety of articles about java web developer interview questions, easily find your java web developer interview questions information here online.
1. String S1 = ' 123 ';String s2 = new string ();2. The difference between two ways of implementing multithreadingInheriting the thread and implementing the Runnable interface3. Single-column design mode What's the difference between lazy and a hungry man? * * *Lazy style Features: lazy loading. Delayed loading in multi-threaded security problems, through the addition of synchronization to solve, plus synchronization efficiency is low, with a double-judge method to solve the low efficiency. The
You can only manipulate a type to invert without a generic typeThe code is as follows: Packagecom.swift.fanxing;Importorg.junit.Test; Public classRenyireverse {@Test Public voidTest () {intarr[]=New int[] {1,10,6,9,2}; Reverse (arr); } Public voidReverseint[] arr) { for(inti=0;i) { inttemp=Arr[i]; Arr[i]=arr[arr.length-1-i]; Arr[arr.length-1-i]=temp; } for(intX:arr) {System.out.println (x); } }}Generic functionality can
methods.A class can implement many interfaces, but only one abstract class is inheritedClasses can not implement all methods of abstract classes and interface declarations, and of course, in this case, the class must also be declared abstract.An abstract class can implement an interface without providing an interface method implementation.The variables declared in the Java interface are final by default. An abstract class can contain non-final variab
I was also reading the interview book while learning the video. The record is as follows:
1. LostAfter learning the 2010java high-tech video from Teacher Zhang Xiaoxiang for so many days, he looked at generics, reflection and other things and turned his mind away. He just learned that none of the Main Lines dragged me. That is to say, I am eager to know what major technologies will be required for future development and what is the core of
forward and redirect
Forward: an internal transfer in ServletRedirect: redirection. There are two requests. The first attributs/parameters will be lost in 2nd requests.
5. What is a Web container?
Implement the Web Protocol application in the J2EE specification. This Protocol defines the runtime environment of web programs, including concurrency, security, and
This is the topic discussed during the last interview and is recorded.Spring
Why use Spring?
What are the benefits of IoC? What are the benefits of scalability?
How to instantiate a Bean?
What is the difference between ApplicationContext and BeanFactory?
How can I read external files through Spring?
Can Bean IDS be repeated in the Spring configuration file?
What is automatic assembly and type check in Spring?
Can ApplicationContext be loaded
1. What is acitsag startup mode?
For such a question, I will write an example myself. I will observe it to understand it.
Activty supports four startup modes. Launchmode:
Standard: each time a new activity window is started (New Operation)
Singletop: if it is a target activity at the top of the stack, It will be opened directly. Otherwise, a new activity window (new) will be opened ).
Singletask and singleinstance are basically the same. The difference is that if the root activity is set to sing
This is the topic discussed during the last interview and is recorded. Spring
Why use spring?
What are the benefits of IOC? What are the benefits of scalability?
How to instantiate a bean?
What is the difference between applicationcontext and beanfactory?
How can I read external files through spring?
Can bean IDS be repeated in the spring configuration file?
What is automatic assembly and type check in spring?
Can applicationco
Horse Soldier Big Data Architect (1)Link: http://pan.baidu.com/s/1qYTW1m0 Password: LXJDSpring CloudLink: Http://pan.baidu.com/s/1bzG9vK Password: zy2bLink: Http://pan.baidu.com/s/1qXF3eGG Password: 19u9Design and practice of micro-service architectureLink: Http://pan.baidu.com/s/1slNiP5N Password: u6euBEIJING-PK Education Linux Big Data video sharingLink: http://pan.baidu.com/s/1c2Aci6c Password: m7bnStill Academy ~ Internet architect CompleteLink: http://pan.baidu.com/s/1mhJFca0 Password: 25at
executing the Wait,sleep,join method will throw interruptedexception, if the normal state, we can through isinterrupted () =true, To stop the thread from using the return method.(vii) Start and run methods for threadsNote that for a thread to run, only the Start method is executed, this method is the native method, the Run method is where we define the task, and a separate call to the Run method is the same as invoking the normal method. The Start method can only be called once, and more than o
(intx = 0; x ) { - //Invoke function - intnum =getrandom (start, end); - //Output Results - System.out.println (num); in } - } to + /* - * Write a function two explicit: return value type: int argument list: int Start,int end the */ * Public Static intGetrandom (intStartintend) { $ //think back to the random numbers we talked about between 1-100.Panax Notoginseng //int number = (int) (Math.random () * +) + 1;//(int) (Math.r
.
28th, Programming question: Calculate 2 times 8 in the most efficient way?
Programmers with a C background are particularly interested in asking such questions.
2
29th, two object values are the same (x.equals (y) = = true), but can have different hash code, this sentence is correct?
No, there's the same hash code.
30th, when an object is passed as a parameter to a method, this method can change the property of the object and return the result
Website access?Cache Strategy
14. What MVC Framework technologies can be used in Java? What are their features and applicable environments?Struts, webwork, spring, JSF...
15. What are the advantages and disadvantages of MVC and what are their applicability?The MVC development mode separates the data access layer and data presentation layer, and enables developers to develop a scalable and scalable controller to maintain the entire process.
16.
Tags: interviewer failed type. EXE error contact prepare statement studentThis article is the interview technique I wrote before about the database, how to show my ability from the table-building and Interview skills, how to index the database optimization, content from the Java Web Lightweight Development
I. Application of the factory model in development
Interview Questions:Write a simple calculator.
Code implementation:
Abstract An operation class:
Package COM. qianyan. calcuator; public abstract class operation {// number one private double num1; // number two private double num2; Public double getnum1 () {return num1;} public void setnum1 (double num1) {This. num1 = num1;} public double getnum2 () {return num2;} public void setnum2 (double num2)
1.mysql Date (days) group BY2.servlet life cycle3. Different ways to define string = = and equals4.js string defines a new method5.public Private protected Default Difference6. Multi-threaded scenarios and solutions7. Talk about your knowledge of database affairs.Understanding and usage of IOC AOP in 8.spring9. About Spring's management of beans10. How to use spring-managed beans in code11.hibernate How to define relationships between tables12.hibernate How to execute custom SQL13. Please descri
The dashed box represents the interface, the solid wireframe represents the entity class, The thick wireframe represents the most commonly used entity classes, the dashed arrows indicate the implementation of the interface, and the implementation arrows indicate that the class can make objects of the class that the arrows refer to.
Collection: Allows only one object to be placed in each location. It includes a list of "holding a set of objects in a certain order", and a set that "only allo
folders in WebApps, and all the XML files under Conf/catalina/localhost.Note: WebApps is the value of the AppBase property of the host element in Server.xml.implementation two:1) Modify the properties of the host element in the Server.xml, add or modify: Deployxml= "false"deployonstartup= "false" autodeploy= "false "2) Meaning:deployxml= "false": do not deploy XML corresponding web app under Conf/catalina/localhostdeployonstartup= "false": when Tomca
index.jsp Main code:
Open the Editor_config.js configuration file
Configure path var URL = window. Ueditor_home_url | | "/ueditor03/ueditor/"; Here ueditor03 is the name of the individual project
Note that the reference in the INDEX.JSP code and the code in the body, because the ueditor version of the different, to do the corresponding modification, the specific situation of specific analysis.
You can publish the running project to this, the browser can be used in the e
This article comes from an excerpt from the Java Web Lightweight Development Interview tutorial.Why choose this from a variety of Java books? Why buy this book when the current amount of network information is so large, instead of learning by accessing the web? I have alread
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.