The Bytecode Club

Full Version: Sex Slave's Java Application
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am a Java Expert on the finally keyword.

Lemme explain:

finally keyword is pretty much just used for cleanup of resources pretty much, although I use
try with resoure statements because they are easier and just I like them.

finally block is ALWAYS EXECUTED whether or not the try succeeds or other shit happens.

However, if the JVM exits there IS a possiblity that the block will not be executed.

So yeah. I think I deserve the Java Expert group for my knowledge of the "finally" keyword.

If anyone here needs help with the finally keyword, PM me plz thx.

Hope to get accepted Pinochio Highfive Pinochio

Also, a quick timer i wrote up:

Code:
public final class Timer {

    private long time;

    public boolean check(int ms) {
        return System.currentTimeMillis() - this.time >= ms;
    }

    public void reset() {
        this.time = System.currentTimeMillis();
    }

}

Works really basic and well. Final because I don't need to extend it.
no. thats illegal and you should know that, fed.

[Image: TtyPr2n.png]
Fuck off you fucking fed.
(01-21-2015, 12:04 PM)mibbzz Wrote: [ -> ]Fuck off you fucking fed.

Lol i'm going to eat u RAAWWWWRR
(01-21-2015, 12:06 PM)potato Wrote: [ -> ]for the love of god someone kill this retard

for the love of god someone kill this retard
(01-21-2015, 12:03 PM)Righteous Wrote: [ -> ]no. thats illegal and you should know that, fed.

[Image: TtyPr2n.png]

no. thats illegal and you should know that, fed.

[Image: TtyPr2n.png]
(01-21-2015, 12:09 PM)potato Wrote: [ -> ]
(01-21-2015, 12:07 PM)Sex Slave Wrote: [ -> ]
(01-21-2015, 12:06 PM)potato Wrote: [ -> ]for the love of god someone kill this retard

for the love of god someone kill this retard

no u

no u
to use the finally keyword is to be legal

being legal is boring and you know it, we all THUGS
Not enough