JVM????????????
???????????? ???????[ 2014/4/1 10:21:34 ] ??????????????? JVM
????otSpot????????????JVM???????Java??Scala???????????????檔????????????ε???????????????????????????????????????????е?????Ч??????????????????????
????????????????JIT(Just-In-Time)????????JIT?????????????????????????????????????HotSpot????????к?????????????
????JIT???????????????
??????????????е????JVM??????????е???????????????????????????????????????????(?????1??ε???)??JIT????????????“???л?????”????????????????????????????????????汾??
??????Щ????????????????????????????????????????????????????滻???????????????JIT?????????????????????о????????Щ???????????????
??????????
????????????????????д????
????StringBuilder sb = new StringBuilder("Ingredients: ");
????for (int i = 0; i < ingredients.length; i++) {
????if (i > 0) {
????sb.append("?? ");
????}
????sb.append(ingredients[i]);
????}
????return sb.toString();
??????????????
????boolean nemoFound = false;
????for (int i = 0; i < fish.length; i++) {
????String curFish = fish[i];
????if (!nemoFound) {
????if (curFish.equals("Nemo")) {
????System.out.println("Nemo! There you are!");
????nemoFound = true;
????continue;
????}
????}
????if (nemoFound) {
????System.out.println("We already found Nemo!");
????} else {
????System.out.println("We still haven't found Nemo : (");
????}
????}
??????
![](/images/ad-banner/ad-banner.png)
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11