Archivi per Gennaio 2010



Syntactic sugar and Java arrays.

Recently I got surprised by following case.
In Java you can declare an array in following valid ways:

String[] strings = new String[] { "foo", "bar" };
// the above is equivalent to the following:
String[] strings = { "foo", "bar" };

So following Java code is perfectly valid:

public class Foo {

public void doSomething(String[] arg) {}

[...]

3G USB Stick on Ubuntu

I am in London for work, and my hotel wants me to pay £ 17 per day for accessing internet. But I found an internet café which is offering Internet connection on a 3G USB stick for £ 19.99 per week ( reload.com 197 Praed Street, Paddington ). The USB stick is from Three, like [...]




Info

Stai navigando negli archivi del sito NewInstance per il mese di Gennaio 2010.

Gli articoli lunghi sono troncati. Clicca sul titolo dell'articolo per leggerlo interamente.

Calendario

Gennaio 2010
L M M G V S D
« Dic    
 123
45678910
11121314151617
18192021222324
25262728293031

Categorie