Red

-------
Moderator
Nov 26, 2006
47,023
nah just the 2 as usual,TBH i am surprised that it's taken this long. Ironicly though Kilmarnock might go into admin and start in an even worse position than we are, Hibs are losing 1m a year and Aberdeen might end up strangling themselves with the proposed new ground. Scottish football is dying a slow death and we are voyeurs for paying to watch it
Kilmarnock have supposedly been about to go into administration constantly for years.

Hibs are still in a pretty healthy situation overall, I believe.

Fuck knows if our new stadium will ever happen.

No doubt Scottish football is in steady decline and has been for years, though.
 

Bozi

The Bozman
Administrator
Oct 18, 2005
22,748
Kilmarnock have supposedly been about to go into administration constantly for years.

Hibs are still in a pretty healthy situation overall, I believe.

$#@! knows if our new stadium will ever happen.

No doubt Scottish football is in steady decline and has been for years, though.
Hibs have been losing 1m a year for the last 4 years while still being held up as an example of a "finacially sound club" the worst part for them is that all the "sellable assets" in their team have been on loan from other clubs, make no mistake Hibs are sliding so god knows how long the rest can hold out for. Killie is a strange one because their own fans hatred for their chairman may be the final push into oblivion if they keep boycotting the ticket office
 

Martin

Senior Member
Dec 31, 2000
56,913
Hibs have been losing 1m a year for the last 4 years while still being held up as an example of a "finacially sound club" the worst part for them is that all the "sellable assets" in their team have been on loan from other clubs, make no mistake Hibs are sliding so god knows how long the rest can hold out for. Killie is a strange one because their own fans hatred for their chairman may be the final push into oblivion if they keep boycotting the ticket office
such a beautiful story
 

IrishZebra

Western Imperialist
Jun 18, 2006
23,327
Any of you peeps want to help a honkey out with his Java? I've to explain what and why a code segment will output.

public static void method3(){
String mystring1 = "Hello World";
String mystring2 = "Hello World";
if (mystring1 == mystring2) { System.out.println("M3 The 2 strings are equal"); }
else { System.out.println("M3 The 2 strings are not equal"); }
}
My answer was marked as incomplete;

/**Following on from both segments, the third segment creates the memory reference 'Hello World'.
* It then assigns the 'mystring2' string the same memory reference.
/* As a result, it will display 'M3 The two strings are equal */

Any help would be much appreciated.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 752)