得意犹堪夸世俗,诏黄新湿字如鸦。这篇文章主要讲述java/android ?????????????????????????????????(15)相关的知识,希望能为你提供帮助。
?????????exception
new t
ali
vol
static
??????
lock
ted
?????????
1???java???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
2????????????????????????this???????????????
3???<
<
???????????????
>
>
????????????????????????
>
>
>
?????????????????????
????????????<
<
<
?????????
4???statement?????????????????????sql????????????prepared statement??????????????????sql???callable statement?????????????????????????????????
5???ReentrantLock?????????????????????synchronized?????????????????????????????????????????????????????????????????????????????????????????????????????????
6???public class TestDemo{
private int count;
public static void main(String[] args) {
TestDemo test=new TestDemo(88);
System.out.println(test.count);
}
TestDemo(int a) {
count=a;
}
}
????????????private?????????main?????????????????????????????????????????????????????????
7????????????????????????????????????private???????????????????????????
【java/android ?????????????????????????????????(15)】8???synchronized?????????????????????????????????????????????????????????volatile????????????????????????
9???ThreadLocal??????????????????????????????????????????????????????????????????
10???????????????????????????????????????????????????????????????????????????????????????????????????
11?????????String str= "abc";
str += 100 ;
??????100?????????????????????????????? ????????????String str = 100 ????????????
12???String[] a = new String[10], ???a[9]== null?????????????????????????????????null??????
13??????????????????????????????????????????????????????????????????new Method(arg1) ????????????new???????????????this???arg1??????
14?????????InterruptedException????????????Object???wait???Thread???sleep???join???
15???new ????????????????????????????????????????????????????????????????????????????????????????????????????????????
推荐阅读
- Android Studio--按钮跳转新页
- Appium简介和初步使用520-1
- App间相互跳转及图片分享
- Appium测试环境搭建(Win7+java)
- Hibernate映射数据库中longtext类型属性时报错No Dialect mapping for JDBC type: -1的解决方案
- .NET Core开发日志——Dapper与MySQL
- Android 开发者
- AMQ(approximate membership queries)介绍
- bindcallapply的区别与实现