I plan to learn the following Java technologies:
JSP/JSF
Servlet
JavaBeans
Swing
Struts
Hibernate
MySQL
JBoss
EJB
Some of these technologies have been used in development. Some of them only read the materials and have not been thoroughly
Synchronized is a keyword of the Java language. When it is used to modify a method or a code block, it can ensure that at most one thread can execute the code segment at the same time. The synchronized keyword, which has two usage methods:
Important Note (the XML parsing by Sax is based on the event model, that is, the message mechanism .) :
Defaulthandler class (Org. xml. Sax. helpers. defaulthandler), java. Io. chararraywriter class, javax. xml. parsers. saxparserfactory class,
The timer is very easy to use and is used in C language. Today I will give an example of what I have used in my work. Let's talk about my needs first.
My requirement is that my client sends data to the server. After one click, a piece of data will
List of related Reading Notes
No. 4 avoid duplicate objects
If an object is non-mutable, it can be reused, for example:
// Not recommended. "test" is a string instance. If this method is in a loop or frequently called, it will seriously affect
List of Reading Notes and articles
Basic working principle of Connection Pool
1. Basic Concepts and Principles
From the above analysis, we can see that the root cause of the problem is the inefficient management of database connection resources. We
Questions asked by the architect
1. Exception Mechanism
The exception mechanism refers to how the program handles errors. Specifically, the exception Mechanism provides a secure channel for program exit. When an error occurs, the execution process
Package advancejava; public class box {public static void main (string ARGs []) {integer a = 127; integer B = 127; system. out. println (A = B); integer c = 128; integer d = 128; system. out. println (C = D);/** if the size of the integer closed
2.2.3 arrays in Java
When creating an array object, you actually create a reference array, and each reference is automatically initialized as a specific value. This value has its own keyword null. Once Java sees null, it will know that this
1. Assume that the tester class has the following test method:Public int test (INT P1, integer P2)Which of the following code correctly and dynamically calls the test method of a tester object? (Single choice)A.Class classtype = tester. Class;Object
What is JSON-lib?
Official explanation: JSON-lib is a Java library for transforming beans, maps, collections, Java arrays and XML to JSON and back again to beans and dynabeans.
In fact, the conversion between JSON format and Java class objects is
Part 1: Some actions on class loading during startup of Java Virtual MachineWhen you use Java programname. Class to run the program, Java finds JRE, then JVM. dll, and loads the dynamic library into the memory. This is the JVM. Load other dynamic
Original article address:Java reflection mechanism, get objects through class names, and call methods and parameters
Author:Qingfan try {
// Obtain the object
Class C = Class. forname ("
Complete Class Name");
Object yourobj = C. newinstance (
Java programming those things 27-other operators Zhengzhou game college Chen yuefeng from: http://blog.csdn.net/mailbomb
4.6 other operatorsOperators that cannot be classified, or that occupy a specific class are described below. L ++ and -- are the
Those issues of Java programming will be published together
Chen yuefeng
Http://blog.csdn.net/mailbomb
From the very beginning, Java programming has been on and off for more than a year. Due to some intermediate reasons and my laziness, it has now
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