| Java in the understanding of static |
| Static variables: types of variables, such as the sharing of all objects Static: static method is not used this In the static method can not access a member of the non-static variables and methods Direct access through the static members of the categ... |
| File papers to create an example |
| File a document creating the most basic example of record: import java.io. *; public class TestFile ( public static void main (String [] args) ( String filename = test.txt; / / File Name String directory = testa / testb; / / path name File f = new Fi... |
| Realizes Java using Stripes the Web development |
| Stripes is one lets programmer's web develop simple and opens source Java highly effective based on the movement which designs for the criterion the web frame. This article will introduce that Stripes and so on some which and it provides based on the... |
| Discussed shallowly in Java realizes using JCOM imitates the Excel programming |
| Uses JCOM and JXL in JAVA pays attention to the important points: (1) must have jdom-1.0.jar, jxl-2.5.5.jar, jcom-2.2.4.jar, jcom.dll under yours lib. (2) must simultaneously put jcom.dll to under your JDK bin table of contents or puts to und... |
| Java SE6 transfers the Java compiler's two new methods |
| Needs to transfer the Java compiler in many Java applications in the procedure to translate and the movement. But (Java SE5 and the beforehand edition) can only transfer the Java compiler in the early edition through the tools.jar in com.sun.tools.ja... |
| Uses JBuilder2007 to develop the Web application procedure |
| The Web procedure is one of J2EE core constituents, is also one of early J2EE constituents. In J2EE, the Web procedure is mainly refers to JSP and Servlet. Although these two kind of technologies are very formidable, but because lacks since long supp... |
| Chats the Java language the connection and the type security |
| Java language connection and type security What is a connection? In the Java connection is a series of method statement, is some method characteristic set, a connection only then the method characteristic does not have method realization, th... |
| How to use in Java Date and the Calendar kind |
| Java language Calendar (calendar), Date (date), (date format) has composed Java standard one with DateFormat basically, but very important part. The date is commercial logic calculates an essential part. All exploiters should be able to calculate fut... |
| Technical digest: How to compile the security the Java code |
| Abstract: This article is comes from the Sun official stand one about how to compile the security the Java code guide, the exploiter when the compilation general code, may refer to this article the guide Static field Reduction function terr... |
| Development example: Makes a simple calculator using java |
| Two kinds. Also is only completes +, -, *,/the operation. GUI has only used AWT, as soon as is very simple, believes looked that could understand. Calculator.java The following is quotes the fragment: public class Calculator { private St... |
|