Discover java interview questions multiple choice, include the articles, news, trends, analysis and practical advice about java interview questions multiple choice on alibabacloud.com
"Declaration" Source: Power node Java Institute, reprint Source: Script House
(The answer to a small number of questions was slightly altered by me)
1, what is the thread local variable.
A thread-local variable is a variable within the thread itself, owned by the thread itself, and not shared among multiple threads. Java
Java Questions Answers
1. What is the difference between an applet and an application?
A Java application is made up of a main () method declared as public static void that accepts a string array argument, along with any other classes that main () CILS. it lives in the environment that the Host OS provides.
A Java a
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
(throughput) collector?The throughput collector uses a parallel version of the new generation garbage collector, which is used for medium-sized and large-scale data applications. The serial collector is sufficient for most small applications, which require about 100M of memory on modern processors.7. In Java, when can objects be garbage collected?This object can be recycled when the object becomes inaccessible to applications that currently use the o
in February.
The first day of 1751 in England was March 25, 11 days worse than France.After the United States adopted the Gregorian calendar, it went back hundreds of years, so that the dates originally recorded could be expressed in two calendars (usually to provide two dates for more precise purposes). For example, George Washington's birthday changed from February 1731 11 to February 1732 22.When you read a volatile variable in a thread, you can eventually read the value that it updated.A f
Sword refers to Java Implementation of offer programming questions-the integer power of the value of interview question 11, and sword refers to offer
Question:
Implement the double power (double base, int exponent) function to calculate the power of base's exponent. Do not use library functions, and do not need to consider large numbers.
Solution: the most common
Sword refers to the Java Implementation of offer programming questions -- interview question 6 re-constructs a binary tree, and sword refers to offer
Question:
Enter the result of the forward and middle traversal of a binary tree. Create a New Binary Tree. Assume that the input results do not contain repeated numbers.For example, if the input preorder traversal s
Sword refers to Java Implementation of offer programming questions -- interview question 13 deletes linked list nodes in O (1) time, and sword refers to offer
Question: given a one-way linked list head pointer and a node pointer, define a function to delete the node at O (1) time.
Given a one-way linked list, the time complexity of normal Chain List deletion is t
Java --------------- String basic interview questions
Package stu. love. a;/* String: */public class StringDemo {public static void main (String [] args) {// the String is a constant. Once a String is created, the String ss = "hello"; ss = "world"; System. out. println (ss); // special case:/* when defining s2, go to the constant pool to check whether the string
Sword refers to Java Implementation of offer programming questions -- interview question 4 replaces spaces, and sword refers to offerImplement a function to replace spaces in a string with "% 20 ". For example, if the string is We Are Happy, the replaced string is We % 20Are % 20 Happy.
1 package Solution; 2 3/** 4 * offoffoffer
configuration. While JavaScript is interpreted to perform without generating intermediate files, "read a sentence, execute a sentence", the execution can generally be done in three ways:1. The general browser comes with the JS interpreter, which can be used directly by the browser;2. Special interpreter software can be installed node. js, executing the. js file;3. Executed with the Web page, using the Third, the data typeJava is a strongly typed language, and when it comes to data, the declarat
One: The difference between Eclipse and MyEclipseA: 1 common: Both are used to develop Java projects, and software usage is almost identical2 MyEclipse is a fee-free software, which can develop both Java and Web projects, Eclipse can only develop Java projects, if you want to develop a Web project, but also need to add additional Eclipse Web plug-in (of course, c
default branch, which must be the last branch of a switch statement. (3) default is executed when no case statement is equal to the value of the variable. The default branch does not require a break statement.Break is used to interrupt the loop statement, and continue is used to continue the loop. Breake break out of the loop body, continue continue the next loop, but the statement after continue is not running. Continue can only be used in loop statements, and break may be used in other branch
1. Can I include more than one class (not an inner class) in a ". Java" source file? What are the restrictions? There can be multiple classes, but only one public class, and the class name of public must match the file name.2. Does Java have goto? Reserved words in Java are not currently used in
and attribute value), and information about the server (by passing a ServletContext object)1, with 1-5 working experience, in the face of the current popular technology do not know where to start, the need to break through the technical bottlenecks can add group.2, in the company for a long time, live very comfortable, but job-hopping when the interview hit the Wall. Need to study in a short time, job-hopping to get high salaries can add group.3, if
Java multithreading interview questions Induction1. What are the implementation methods for multithreading? The following example shows the thread synchronization.
(1) Java multithreading has two implementation methods: Inheriting the Thread class and implementing the Runnable interface. Thread implements the Runnable
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
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
classes, but an inner class can be implemented as an interface by another inner class.
Third, Static Nested class and Inner class, the more the more the better (the face of the question some very general).
Nested class (generally C + +), Inner class (generally Java). The most important difference between a Java inner class and a C + + nested class is whether there is a reference to an external point. Conc
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.