java source code

Read about java source code, The latest news, videos, and discussion topics about java source code from alibabacloud.com

Java Collection source code analysis (2) ArrayList, javaarraylist

Java Collection source code analysis (2) ArrayList, javaarraylistArrayList Overview ArrayList is implemented based on arrays. It is a dynamic array with its capacity Automatically increasing. It is similar to dynamic memory application in C language and dynamic memory growth. ArrayList is NOT thread-safe and can only be used in a single-threaded environment. Coll

Ten years Java "veteran" talking about the seven design patterns of source code

code with a template method that invokes these new operations.Controls the subclass extension. The template method invokes the "hook" operation only at a specific point, so that only those points are allowed to be extended.The source code for these design patterns is not to be made clear by a few words, so I created a Java

Java Learning -009-file name and path acquisition instance and source code

The source of this article mainly for the application of Java to obtain the file name and file directory source code and test source code. If there is any deficiency, please ask the great God to correct me, I appreciate it! The

My understanding of Java string and the source code analysis

Abstract: Abstract: Original creation Place: http://www.cnblogs.com/Alandre/sediment brick slurry Carpenter hope reprint, keep abstract, thank you!Wake up every day to tell yourself that your goal is "technology + English and life"! -Mud and brick pulp carpenterA. Char says stringTwo. The understanding of string and the source code analysisA. Char says stringThis is also the second time to chew back to the

Use the ultraedit32 editor to format source code: XML, Java, C/C ++, and C #

Http://blog.163.com/chou_ke/blog/static/103413720077136349866/ The UE editor has always been a good helper for programming and editing texts. The most profound feature of its image is the column mode editing function, which brings a lot of convenience to my work, however, being a programming tool without formatting the source code seems to make ue less beautiful, but this is not the case, two open-

What if the value of the variable cannot be traced while debugging Java source code?

Problem: When debugging Java source code, you can only see the source code, but cannot see the immediate value of the variable in the source codeCause: In order to save space, the JRE removes debug information from the class file

How to decompile android apk to java source code

Because the Android code is hosted on the dalvik virtual machine, it is easy to decompile it into code that we can recognize. Previously, I wrote an article to decompile the Android apk package to the smali file, re-compile the signature, and package it to implement the apk tampering function. Recently there is another new method to implement classes directly from the Android apk package. dex file, decompil

Java multi-thread programming 6: communication between threads (with source code)

Java multi-thread programming 6: communication between threads (with source code) Source code download In multi-threaded programming, communication between threads is a complicated problem. What are competing resources? When should I consider synchronization? How to synchron

Java Basic Source Code (1)--string class

( +), for converting*other objects to the string. String connection implemented*through {@code StringBuilder} (or {@code stringbuffer})*class and its {@code append} method. *string conversions are implemented by this method*{@code toString}, defined by {@code Object}*inheri

Use Eclipse to read Java source code

Many times you want to read the Java source code (whether it comes with a JDK or a third party), but the jar package we use is a compiled class package that cannot be opened directly in eclipse, and we need to download the source package.In this article, for example, HttpClient is a tool that Apache provides to access

Dry: Java Multithreading details (enclosed source code)

the code is in the synchronization module, otherwise there will be a multi-threaded conflict problem.Welfare:Want to know more multi-threaded knowledge points, you can pay attention to me, I will also organize more on the multi-threaded this piece of knowledge to share out, in addition to recommend an Exchange Learning Group: 650385180, which will share some senior architect recorded video recording: Spring,mybatis , Netty

My understanding of Java string and the source code analysis

Abstract: Abstract: Original creation Place: http://www.cnblogs.com/Alandre/sediment brick slurry Carpenter hope reprint, keep abstract, thank you! Wake up every day to tell yourself that your goal is "technology + English and life"! -Mud and brick pulp carpenter A. Char says string Two. The understanding of string and the source code analysis A. Char says stringThis is also the second time to chew back to

Java Tools (jmap,jstack) source code analysis on Linux (iv) Safe POINT__ data structure

different states in Java processes, how to get these threads into the SafePoint state, the JVM is in a different way . Interpretation of Implementation Since Java is an explanatory language, and threads need to dispatch table to log method addresses when interpreting Java bytecode, it is easier to get the thread into the stop state, as long as you replace dispat

Java anti-compile plugin under Eclipse no longer difficult to view source code

Java Anti-compilation plugin under Eclipse: Eclipse Class Decompiler, which integrates the best 2 Java decompile tools, Jad and Jd-core, and integrates seamlessly with the Eclipse class viewer It is convenient to use this plugin to view the source code of the class library, and use this plugin for debug debugging.

How to effectively prevent Java program source code being peeping?

Java Program source code is very easy for others to peek, as long as there is an inverse compiler, anyone can analyze the code of others. This article discusses how to protect source code by encrypting technology without modifying

Java Background Framework Source code

upload pictures, can preview, there is a progress bar, support drag-and-drop upload (Baidu Webuploader). List dynamic slide zoom display. 23.ehcache Custom Level Two cache, choose cache to store directory, handle concurrency, increase system performance 24. Server internal get POST request 25.uploadify upload plugin, single, batch upload, with progress bar, asynchronous, image, video, other file formats can be uploaded 26. Map points to obtain latitude and longitude coordinates, based on the t

Using encryption to protect Java source code

Java Program source code is very easy for others to peek. As long as there is an inverse compiler, anyone can analyze other people's code. This article discusses how to protect source code by encrypting technology without modifyin

ReentrantLock source code analysis for Java concurrent Series

ReentrantLock source code analysis for Java concurrent Series Before Java5.0, only synchronized and volatile can be used to coordinate access to shared objects. We know that the synchronized keyword implements the built-in lock, while the volatile keyword ensures the multi-thread memory visibility. In most cases, these mechanisms work well, but cannot implement s

java = =, Equals (), hashcode () Source Code Analysis

In Java programming or interview often encounter = =, equals () comparison. I looked at the source code, the actual programming summary.1. = == = In Java is the address that compares two objects in the JVM. Better understand. Look at the following code:1 public class Comaddr

Use encryption technology to protect Java source code

Use encryption technology to protect Java source code JavaThe source code of the program is easily peeked at by others. Anyone can analyze others' code as long as there is an anti-compiler. This article discusses how to avoid modi

Total Pages: 15 1 .... 8 9 10 11 12 .... 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.