The Bytecode Club
Sex Slave's Java Application - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Introductions (https://the.bytecode.club/forumdisplay.php?fid=132)
+--- Forum: Introductions (https://the.bytecode.club/forumdisplay.php?fid=3)
+---- Forum: Apply For A Usergroup (https://the.bytecode.club/forumdisplay.php?fid=95)
+---- Thread: Sex Slave's Java Application (/showthread.php?tid=401)



Sex Slave's Java Application - Sex Slave - 01-21-2015

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.


RE: Sex Slave's Java Application - Righteous - 01-21-2015

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

[Image: TtyPr2n.png]


RE: Sex Slave's Java Application - mibbzz - 01-21-2015

Fuck off you fucking fed.


RE: Sex Slave's Java Application - Sex Slave - 01-21-2015

(01-21-2015, 12:04 PM)mibbzz Wrote:  Fuck off you fucking fed.

Lol i'm going to eat u RAAWWWWRR


RE: Sex Slave's Java Application - Sex Slave - 01-21-2015

(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


RE: Sex Slave's Java Application - Sex Slave - 01-21-2015

(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]


RE: Sex Slave's Java Application - Sex Slave - 01-21-2015

(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


RE: Sex Slave's Java Application - zooty - 01-21-2015

to use the finally keyword is to be legal

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


RE: Sex Slave's Java Application - Konloch - 02-05-2015

Not enough