if anyone can pass on the link where boxing and auto boxing is explained clearly......if there are any tips on this by marcus green....it wuld be even more helpful....im having k&&b....i need some other link....also about regex classes and pattern matching....thanks in advance.....
Marcus Green
arch rival
Rancher
Joined: Sep 14, 1999
Posts: 2813
posted
0
autoboxing
autoboxing addresses the code needed to get around the difference between primitives and the Wrapper classes used to store primitives. In the past it was necessary to call a method of the wrapper class to extract the primitive value. So the following code is typical.
With Java 1.5 it is possible to write
Note how the instance of the integer class is assigned directly to the int primitive without any need for conversion. Note that if you are using mock exams from earlier versions of Java you may find that the behaviour of JDK1.5 means the answer is �incorrect�, but that it is simply because of the effect of autoboxing.
7 represents the width of the output. 0 --> pad the o/p with zeros until it is of width 7 - --> left justifies the number and won't add - to the o/p , --> is a grouping_separator.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.