Recent Posts
-
Mybatis generation strategy
This is the back-end small class of the monastery. Each article is shared from [background introduction] [knowledge an…… -
Java high concurrency solution
< P style = "margin top: 0px; margin bottom: 0.75em; padding top: 0px; padding bottom: 0px; font size: 16px; line h…… -
Java8 Stream
summary A new abstraction called stream has been added to the Java 8 API to process data in a declarative manner. Stre…… -
Common type conversions in Java
Use method string Valueof (int) or integer toString(int); Using integer parseInt(String) Comparison of address charact…… -
What does serialization mean in Java? What are the benefits?
Transferred from: 1、 What does serialization do? In short, it is to save the states of various objects in memory, a…… -
What is the future of the backend?
The back-end is called the back-end because it has a hidden meaning: high concurrency, massive data and distributed. C…… -
-
What variables can Java’s class constructor access
public class Main { /** 代码验证问题: 1.使用this关键字时,构造函数里面可以访问:任意位置的成员变量 2.不使用thi…… -
Java bytecode verification
< span style="font-weight:normal;">< span style="font-size:14px;"> When the class loader passes the byteco…… -
Basic data types of Java
Java is divided into basic data types and reference data types. Basic data types are divided into four categories and …… -
LinkedList source code analysis of Java collection
summary LinkedList, like ArrayList, implements the list interface, but its internal data structure is different. Linke…… -
The most important role of Java internal classes – implementing multiple inheritance
< span style="color:rgb(51,51);font-family:Helvetica,sans-serif;font-size:14px;"> 1、 Inner class definition: t…… -
JDBC and JDBC template
This is the back-end small class of the monastery. Each article is shared from [background introduction] [knowledge an…… -
How to write shell scripts?
This is the back-end small class of the monastery. Each article is shared from [background introduction] [knowledge an…… -
Are java training institutions reliable?
First. Don't go to a training institution that teachers have been talking about. These teachers haven't written code t…… -
Java 8 default method
summary Java 8 adds default methods for interfaces. Use the default keyword. The default method is that the interface …… -
Abstractset source code analysis – java8
< H4 id = "13 methods" > 1.3 methods < H4 id = "2ash value" > 2 Hash value Hash = sum (hash value of each …… -
Is it impractical for a junior college student to study java with a monthly salary of 20000?
Junior college students are the representatives of a group here, representing those who start late, have a poor founda…… -
Explain the difference between abstract classes and interfaces in Java
Reprint address: In the Java language, abstract class and interface are two mechanisms that support abstract class de…… -
Vector source code analysis of Java collection
summary Vector is similar to ArrayList. It also maintains an array internally. Vector is thread safe The method is rou…… -
Java universal
< div class = "Para" style = "font size: 14px; word wrap: break word; color: rgb (51,51,51); margin bottom: 15px; t…… -
Int, long, float, double range (Java)
Sy<a href="https://www.jb51.cc/tag/stem/" target="_blank" class="keywords">stem</a>.out.println("-----…… -
Static and final can modify objects and their characteristics
1. Final can modify: class variable, member variable, local variable, method and class. 1.1. Variable modified by fina…… -
-
HashMap analysis.
This is the back-end small class of the monastery. Each article is shared from [background introduction] [knowledge an…… -
Java collection summary
The Java collection framework provides a set of interfaces and classes with excellent performance and easy to use, inc…… -
Java collection class details
Collection ├List │├LinkedList │├ArrayList │└Vector │ └Stack └Set Map ├Hashtable ├HashMap └WeakHashMap -
List interface iterator – listiterator
Inherited from. 2 * 3 * 4 * 5 * 6 *, in]. Therefore, an iterator with a list length of N has (n + 1) possible cursor p…… -
Object creation, initialization and reference in Java
< span style="line-height:32px;color:rgb(255,102,0);font-size:16pt;"> Java < span style = "line height: 32px…… -
Cookies and sessions
This is the back-end small class of the monastery. Each article is shared from [background introduction] [knowledge an……