java core interview questions

Read about java core interview questions, The latest news, videos, and discussion topics about java core interview questions from alibabacloud.com

40 Java Collection interview questions and Answers

) Select the correct collection type as needed. For example, if you specify a size, we will choose an array instead of a ArrayList. If we want to traverse a map in order of insertion, we need to use TreeMap. If we don't want to repeat, we should use set.(2) Some collection classes allow you to specify the initial capacity, so if we can estimate the number of stored elements, we could use it to avoid re-hashing or resizing.(3) programming based on interfaces, rather than implementation-based prog

40 Java Collection interview questions and Answers

TreeMap. If we don't want to repeat, we should use set.(2) Some collection classes allow you to specify the initial capacity, so if we can estimate the number of stored elements, we could use it to avoid re-hashing or resizing.(3) programming based on interfaces, rather than implementation-based programming, allows us to easily change the implementation later.(4) Always use type-safe generics to avoid classcastexception at run time.(5) Using the immutable classes provided by the JDK as key to t

Java Interview Core Basics (1)

)Analysis: When a class is loaded, from the parent class to the subclass, from top to bottom, execute the static code block, and then execute the main function , if there is a statement of the new object, The construction code block and constructor of the binding are executed. Note: static code blocks have and execute only once14. What is the result of the following code?public class a{public static void Main (string[] args) {String str;System.out.println ("" + str);}}Analysis: The above code w

Java Interview Core Basics (1)

block first, and the post constructor)Parse: When a class is loaded and finished, from the parent class to the child class. From top to bottom. Run the static code block first, then run the main function , and if there is a statement for the new object, run the bound construction code block and constructor. Note: static code blocks are available and run only once14. What is the execution result of the following code?public class a{public static void Main (string[] args) {String str;System.out.

COSCO Java interview questions

COSCO Java interview question zzz COSCO Java interview questions Java training materialsI. Java language1. Three basic features of object-oriented2. Concepts and differences between met

Java multithreaded simulation producer consumer issues, corporate interview often asked questions ...

take out 1 position: Product: 4 The consumer takes out from 0 position: Product: 2 producer put in 0 position: Product: 5 consumer removed from 0 Position: Product: 5 producer put in 0 position: Product: 6 consumer is removed from 0 position: Product: 6 producer put in 0 Location: Product: 7 producer puts 1 position: products £ º The producers are placed in the location of the product: 8 Position: Product Consumer removed from 1 position: Product: 9 consumer removed from 0 positions: Products:

Interview questions: What is the difference between fast failure (fail-fast) and security failure (fail-safe) in Java?

) {MapNewHashmap(); Premiumphone.put ("Apple", "IPhone"); Premiumphone.put ("HTC", "HTC One"); Premiumphone.put ("Samsung", "S5"); Iterator Iterator=Premiumphone.keyset (). iterator (); while(Iterator.hasnext ()) {System.out.println (Premiumphone.get (Iterator.next ())); Premiumphone.put ("Sony", "Xperia Z"); } } }"Main" java.util.ConcurrentModificationException at java.util.hashmap$hashiterator.nextentry (Unknown SOURCE) at Java.util.hashmap$keyiterator.next (Unknow

Frequently asked questions and partial answers in Java interview (2018)

after the real object is called.Proxy mode,The proxy class and the proxy class implement the same interfaceAn instance of a proxy class in a proxy classBehavioral patterns: Focus on communication between objectsSuch as: Responsibility chain mode, iterator mode, command modeResponsibility chain ModelSimilar interceptors, etc.Command mode:Separates callers from Callee's behaviorInterpreter mode:Each syntax is an interpreter classIterator mode:Change the collection class's view traversal and add a

2017 Java Engineer Interview Summary __ questions related

adapter pattern? Ø database How are you usually optimized, what other tools are used to optimize no, how to use the Ø Now there is a lot of tables to correlate the query SQL, the child table data is very much, then you only from the SQL point of view of the SQL statement optimization, do not need to consider the index, predicate Ø you don't have a Java project, do you? Ø your major is to control the direction, why do the current direction O you have

Java and C common technical interview questions 2015 (Continuous updates ...), 2015 updating

Java and C common technical interview questions 2015 (Continuous updates ...), 2015 updating 1. Differences between overwrite and overload Overload is an Overload. It uses the same name as an existing member to declare attributes or methods, but the parameter list is different from that of the original member. Override is mainly used for method rewriting between

I reorganized the Java interview questions on the website today.

I used to have only one Java interview question topic. Now I have divided into the following topics: Java interview questions are of course the focus, all of which are Java programming and directly related to the design. Intelli

Java interview questions (86-115)

Java programmer interview questions (86-115) 86. In Struts 2, how does Action obtain the data that the user inputs from the page, and how does it transmit its own data to the view? A: There are three ways for Action to retrieve data from the page: 1) accept parameters through the Action attribute 2) obtain parameters through the domain model 3) ModelDriven )

Dark Horse programmer ---- java-based operators, keyboard input, if switch statements, related Interview Questions, ---- javaswitch

Dark Horse programmer ---- java-based operators, keyboard input, if switch statements, related Interview Questions, ---- javaswitch ------ Java training, Android training, iOS training, and. Net training. We look forward to communicating with you! ------- 1: Operator (master)(1) Arithmetic Operators A: +,-, *,/, %, ++

Java GC Interview Questions

Transferred from: http://icyfenix.iteye.com/blog/715301The background of this post is tonight to see JE on this posting: http://www.iteye.com/topic/715256, the words written on impulse, if you can, can have other interviewers to analyze their interview questions asked, it may be a very meaningful thing. In the company as a technical interviewer for a few years, from graduating students to work more than 10

Java Basics (Interview questions)

dispatch and dispatch, and a smaller unit that can run independently than a process. Thread's StrokeThe sub-scale is less than the process, which makes the multi-threaded procedure highly concurrency, and the process typically has independent memory units at execution time, while the threads can share memory. Programming with multithreading often leads to better performance and user experience,But multithreaded programs are unfriendly to other programs because they may consume more CPU resource

Java Programmer interview Common 32 questions

In the Java Pure Grammar interview, mainly encountered some of the basic interview questions, summarized here!First, to talk about final, finally, finalize the difference. final-modifier (keyword) If a class is declared final, it means that it can no longer derive a new subclass and cannot be inherited as a parent c

JAVA engineer interview questions

JAVA engineer interview questionsZookeeper I went to a company for an interview today. I felt dizzy with my brains. I didn't make a few algorithm questions. The questions were relatively simple. I should have prepared myself, but the status was not good, after the

Android development interview: 4. Common basic Java questions, androidjava

Android development interview: 4. Common basic Java questions, androidjava Follow finddreams blog: http://blog.csdn.net/finddreams/article/details/44403041Because Android is programmed using the Java language, it is necessary for us to fully master the Java foundation for A

Java Multithreading and concurrent basic interview questions and Answers (translation) _java

Java Multithreaded interview questions 1. What is the difference between processes and threads? A process is a stand-alone (self contained) operating environment that can be viewed as a program or an application. A thread is a task that is performed in a process. The Java Runtime environment is a single process that

Java interview questions

Java interview questions Basic knowledge:1. simple principles and applications of the Exception Handling Mechanism in C ++ or Java. When a Java program violates the Java Semantic Rules, the Ja

Total Pages: 15 1 .... 5 6 7 8 9 .... 15 Go to: Go

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.