8bit

tttt

  •  
  •   8bit · Jul 15, 2016 · 448 views
    This topic created in 3640 days ago, the information mentioned may be changed or developed.

    2 replies    2016-08-30 22:38:21 +08:00
    8bit
        1
    8bit  
    OP
       Aug 30, 2016
    ```
    a = 2;
    return a;
    ```
    8bit
        2
    8bit  
    OP
       Aug 30, 2016
    ```
    public class Main {
    public static int testFinally() {
    int a = 1;
    try {
    if (a == 1) {
    throw new RuntimeException("REA");
    }

    a = 2;
    return a;

    } finally {
    if (a == 1) {
    throw new RuntimeException("REB");
    }
    }
    }
    public static void main (String args[]) {
    System.out.println(testFinally());
    }
    }
    ```
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2935 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 33ms · UTC 08:52 · PVG 16:52 · LAX 01:52 · JFK 04:52
    ♥ Do have faith in what you're doing.