Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sex Slave's Java Application
#1
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.
[5:46:57 PM] afffsdd: and labels are for break not continue
#2
no. thats illegal and you should know that, fed.

[Image: TtyPr2n.png]
[Image: YungLean_SadBoys-byFredrikAnderssonAnder...40x300.jpg]
#3
Fuck off you fucking fed.
#4
(01-21-2015, 12:04 PM)mibbzz Wrote:  Fuck off you fucking fed.

Lol i'm going to eat u RAAWWWWRR
[5:46:57 PM] afffsdd: and labels are for break not continue
#5
(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
[5:46:57 PM] afffsdd: and labels are for break not continue
#6
(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]
[5:46:57 PM] afffsdd: and labels are for break not continue
#7
(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
[5:46:57 PM] afffsdd: and labels are for break not continue
#8
to use the finally keyword is to be legal

being legal is boring and you know it, we all THUGS
[Image: 7rL6Nl0.png]
#9
Not enough
 


Forum Jump:


Users browsing this thread: 1 Guest(s)

About The Bytecode Club

We're a community focused on Reverse Engineering, we try to target Java/Android but we also include other langauges/platforms. We pride ourselves in supporting and free and open sourced applications.

Website