current location:Home > Technical Articles > Java > JavaInterview questions
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- Don't step on these four pitfalls again before looking for a job.
- When choosing a company, you should be as careful as choosing a target. It has good development and stable work, and the income is high. Isn't this kind of job great? It would be better if you don't just jump from one job to another!
- JavaInterview questions 873 2023-07-26 15:22:15
-
- A question asked in almost all Java interviews: talk about the difference between ArrayList and LinkedList
- The data structure of Java is the focus of the interview. Anyone who has participated in a Java interview must have some experience. When interviewers ask such questions, they often want to check whether you have studied the underlying structures of commonly used data types in Java, rather than simply staying at the level of "knowing how to use".
- JavaInterview questions 738 2023-07-26 15:11:52
-
- The interviewer asks you: Do you know what an ABA problem is?
- This issue is about the analysis of a classic ABA problem in the CAS field. I don’t know if you have encountered it in actual work, but this is the focus of the concurrency knowledge test in the interview. If you haven't come across this kind of problem, my suggestion is to run the above code yourself.
- JavaInterview questions 1138 2023-07-26 15:09:45
-
- Real interview question: Please talk about the CAS mechanism in concurrency
- In the program, I created 100 threads, and each thread accumulated 10,000 operations on the shared variable inc. If it is executed synchronously, the final value of inc should be 1,000,000, but we know that in multi-threading, the program is concurrent executed, that is to say, different threads may read the same value from the main memory at the same time.
- JavaInterview questions 812 2023-07-26 15:05:54
-
- [Interview] How to ensure 100% successful delivery of messages? How to ensure message idempotence?
- Our friends should all have heard enough about the message middleware MQ, such as: RabbitMQ, RocketMQ, Kafka, etc. The benefits of introducing middleware can play a role in resisting high concurrency, peaking, and business decoupling.
- JavaInterview questions 612 2023-07-26 14:58:33
-
- [Hematemesis compilation] 2023 Java basic high-frequency interview questions and answers (Collection)
- This article summarizes some selected Java basic high-frequency interview questions in 2023 that are worth collecting (with answers). It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
- JavaInterview questions 5259 2022-12-15 20:05:01
-
- Can you answer these tough Java interview questions?
- This article has compiled some foreign Java interview questions for everyone. I heard that it also stumped many people. Let’s take a look at these interview questions and see what makes them interesting.
- JavaInterview questions 4006 2021-03-15 09:21:53
-
- Interviewer: Please explain in detail the role of the final keyword and its difference from static
- Java interview questions and answers: Sure enough, in the last interview, the interviewer asked this question again: Could you please tell me the specific meaning of the final keyword, and explain its role in detail and its difference from static. In order to make everyone who is interviewing pay attention to this question, the answers are specially compiled for your reference.
- JavaInterview questions 4395 2021-03-08 10:27:40
-
- Interviewer: Could you please tell me the differences between sleep(), wait(), join() and yield()
- All threads that need to compete for synchronization locks will be placed in the lock pool. For example, if the current object's lock has been obtained by one of the threads, other threads need to wait in this lock pool. When the previous thread releases the synchronization lock, the threads in the lock pool will compete. Synchronization lock, when a thread obtains it, it will enter the ready queue to wait for CPU resource allocation.
- JavaInterview questions 3526 2021-03-01 10:19:13
-
- Introduce the composition of java objects
- In the HotSpot virtual machine, it is our common virtual machine. The object composition is divided into three areas: object header, instance data, and alignment padding.
- JavaInterview questions 3123 2021-02-19 10:56:08
-
- 10 Frequently Asked Java Interview Questions
- Java interview questions and answers: This article has collected and compiled 10 questions that are often encountered in Java interviews. I hope it will be helpful to you.
- JavaInterview questions 3004 2021-02-04 10:20:13
-
- Talk about your understanding of deep cloning and shallow cloning in java
- Shallow clone: Create a new object. The properties of the new object are exactly the same as the original object. For non-basic type properties, they still point to the memory address of the object pointed to by the original properties. Deep cloning: Create a new object, and other objects referenced in the attributes will also be cloned and no longer point to the original object address.
- JavaInterview questions 2107 2021-01-30 09:53:35
-
- Let's talk about the generic mechanism of Java
- When developing Java, by using the diamond syntax < >, a class, interface or method has a group of generally-referred classes as parameters, and the generally-referred classes are ultimately limited by the rules in angle brackets.
- JavaInterview questions 2086 2021-01-27 09:59:06
-
- Xiaomi company java interview process sharing
- Java interview and answers: This article shares with you a Java interview experience of Xiaomi Company. It has certain reference value and I hope it can be helpful to everyone.
- JavaInterview questions 3712 2021-01-25 10:04:05
-
- How to introduce yourself in java interview
- Everyone knows that a complete interview process must be inseparable from self-introduction. The quality of self-introduction even determines the quality of the interview results. So do you know what a good self-introduction is?
- JavaInterview questions 2369 2021-01-20 10:08:22