java
文章平均质量分 80
markapril
这个作者很懒,什么都没留下…
展开
-
[转]Does Java pass by reference or pass by value?
http://www.javaworld.com/javaworld/javaqa/2000-05/03-qa-0526-pass.htmlDoes Java pass by reference or pass by value?Why cant you swap in Java?By Tony Sintes, JavaWorld.com, 05/26/00Print转载 2010-04-22 00:29:00 · 298 阅读 · 0 评论 -
Enum Types in java
java tutorial fourth edition 4.5Enum Types Each enum constant is declared with values for the mass and radius parameters. These values are passed to the constructor when the constant i原创 2010-04-23 01:39:00 · 373 阅读 · 0 评论 -
static variable in method
public class Test { public static void main(String[] args) { static final String data = "test"; //Illegal modifier for parameter dataFile; only final is permitted. }} //Ille原创 2010-04-25 22:32:00 · 342 阅读 · 0 评论 -
I/O streams in java
Normal 0 7.8 磅 0 2 Byte Streams Programs use byte streams to perform input and output of 8-bit bytes. All byte stream clas转载 2010-05-09 14:19:00 · 368 阅读 · 0 评论 -
variables in java
Normal 0 7.8 磅 0 2 The Java programming language defines the following kinds of variables: Instance Variables (Non-Static转载 2010-05-11 13:33:00 · 408 阅读 · 0 评论 -
classes in java
Normal 0 7.8 磅 0 2 <!-- /* Font Definitions */@font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0; mso原创 2010-05-13 02:20:00 · 297 阅读 · 0 评论 -
Operators in java
Summary of OperatorsThe following quick reference summarizes the operators supported by the Java programming language.Simple Assignment Operator= simple assignment operator Arith转载 2010-05-13 00:45:00 · 237 阅读 · 0 评论